diff options
| author | Marc Wilson <marcwilson@google.com> | 2013-09-11 03:55:52 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-11 03:55:52 -0700 |
| commit | 9ddfa0e28396cb92803a493d4d8c0fbc701a8a7d (patch) | |
| tree | 65f3c5c8997a68618c4986ccfae58a4a41a08ad4 /core/java/android/speech/RecognizerIntent.java | |
| parent | d6b37fdf6c24321a87566ad4053dad5daa3a844a (diff) | |
| parent | 02ff99c83942cdeae59e2e0abdc9b1493fe87006 (diff) | |
| download | frameworks_base-9ddfa0e28396cb92803a493d4d8c0fbc701a8a7d.zip frameworks_base-9ddfa0e28396cb92803a493d4d8c0fbc701a8a7d.tar.gz frameworks_base-9ddfa0e28396cb92803a493d4d8c0fbc701a8a7d.tar.bz2 | |
am 02ff99c8: am e3af2dd7: Merge "Update documentation for speech APIs." into klp-dev
* commit '02ff99c83942cdeae59e2e0abdc9b1493fe87006':
Update documentation for speech APIs.
Diffstat (limited to 'core/java/android/speech/RecognizerIntent.java')
| -rw-r--r-- | core/java/android/speech/RecognizerIntent.java | 5 |
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} |
