From e94d950d122005bb10e11dd18b6029d0108f2fbe Mon Sep 17 00:00:00 2001 From: Roman Nurik Date: Thu, 22 Sep 2011 16:15:27 -0700 Subject: [PATCH] Fix semantic error in Speech article on d.a.c Change-Id: I02f17146dc6f17dbc1dfe096609252805fa67125 --- docs/html/resources/articles/speech-input.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd index 736087ecb2f49..0867ff26b023b 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.

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.