summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech/RecognizerIntent.java
diff options
context:
space:
mode:
authorMarc Wilson <marcwilson@google.com>2013-09-11 03:52:45 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-11 03:52:45 -0700
commit02ff99c83942cdeae59e2e0abdc9b1493fe87006 (patch)
treed6bc58617eb9ee1be79264e8215ec366d10055d4 /core/java/android/speech/RecognizerIntent.java
parenta339f2e5bbcfa94e9ba2cee9734a699816f3a413 (diff)
parente3af2dd7a7883c5ae60fd6b9f6fb8d434e12d66a (diff)
downloadframeworks_base-02ff99c83942cdeae59e2e0abdc9b1493fe87006.zip
frameworks_base-02ff99c83942cdeae59e2e0abdc9b1493fe87006.tar.gz
frameworks_base-02ff99c83942cdeae59e2e0abdc9b1493fe87006.tar.bz2
am e3af2dd7: Merge "Update documentation for speech APIs." into klp-dev
* commit 'e3af2dd7a7883c5ae60fd6b9f6fb8d434e12d66a': Update documentation for speech APIs.
Diffstat (limited to 'core/java/android/speech/RecognizerIntent.java')
-rw-r--r--core/java/android/speech/RecognizerIntent.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/java/android/speech/RecognizerIntent.java b/core/java/android/speech/RecognizerIntent.java
index 457e66c..e991d84 100644
--- a/core/java/android/speech/RecognizerIntent.java
+++ b/core/java/android/speech/RecognizerIntent.java
@@ -55,7 +55,10 @@ public class RecognizerIntent {
* <p>Starting this intent with just {@link Activity#startActivity(Intent)} is not supported.
* You must either use {@link Activity#startActivityForResult(Intent, int)}, or provide a
* PendingIntent, to receive recognition results.
- *
+ *
+ * <p>The implementation of this API is likely to stream audio to remote servers to perform
+ * speech recognition which can use a substantial amount of bandwidth.
+ *
* <p>Required extras:
* <ul>
* <li>{@link #EXTRA_LANGUAGE_MODEL}