summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/articles
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2011-09-22 16:15:27 -0700
committerRoman Nurik <romannurik@google.com>2011-09-22 16:15:27 -0700
commite94d950d122005bb10e11dd18b6029d0108f2fbe (patch)
tree754a67c3380a5144423313414133ee7f7fb6f07c /docs/html/resources/articles
parentfb49cd9539908c1d00fefbcaaac05b05f4f38726 (diff)
downloadframeworks_base-e94d950d122005bb10e11dd18b6029d0108f2fbe.zip
frameworks_base-e94d950d122005bb10e11dd18b6029d0108f2fbe.tar.gz
frameworks_base-e94d950d122005bb10e11dd18b6029d0108f2fbe.tar.bz2
Fix semantic error in Speech article on d.a.c
Change-Id: I02f17146dc6f17dbc1dfe096609252805fa67125
Diffstat (limited to 'docs/html/resources/articles')
-rw-r--r--docs/html/resources/articles/speech-input.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd
index 736087e..0867ff2 100644
--- a/docs/html/resources/articles/speech-input.jd
+++ b/docs/html/resources/articles/speech-input.jd
@@ -87,8 +87,8 @@ while the "web search" model is used when users want to search by voice. </p>
regularly. You can use the
{@link android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS}
broadcast intent to query for the list of supported languages.
-The web search model is available in all three languages, while free-form has
-primarily been optimized for English. As we work hard to support more models in
+The web search model is available for all languages, while the free-form model
+may not be optimized for all languages. As we work hard to support more models in
more languages, and to improve the accuracy of the speech recognition technology
we use in our products, Android developers who integrate speech capabilities
directly into their applications can reap the benefits as well. </p>