summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2011-05-16 15:58:08 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-16 15:58:08 -0700
commitce6253d8fda92a508fa1000b5d1110e6e7a5b539 (patch)
tree9956aa1f5de332c47fc91bee5763ac8b734d67f3 /docs
parent7a701024be7e58f840ebf9636cdad62ee4606b72 (diff)
parentecaf3f4f28ac3ec12fa1c5dd967c0f2ffd5bd3a7 (diff)
downloadframeworks_base-ce6253d8fda92a508fa1000b5d1110e6e7a5b539.zip
frameworks_base-ce6253d8fda92a508fa1000b5d1110e6e7a5b539.tar.gz
frameworks_base-ce6253d8fda92a508fa1000b5d1110e6e7a5b539.tar.bz2
Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
Diffstat (limited to 'docs')
-rw-r--r--docs/html/resources/articles/speech-input.jd16
-rw-r--r--docs/html/resources/resources-data.js10
2 files changed, 19 insertions, 7 deletions
diff --git a/docs/html/resources/articles/speech-input.jd b/docs/html/resources/articles/speech-input.jd
index d42bd59..736087e 100644
--- a/docs/html/resources/articles/speech-input.jd
+++ b/docs/html/resources/articles/speech-input.jd
@@ -8,8 +8,9 @@ are. That means not just talking, but e-mailing, texting, microblogging, and so
on. </p>
<p>Speech input adds another dimension to staying in touch.
-Google's Voice Search application, which is pre-installed on many Android devices,
-provides powerful features like "search by voice" and voice shortcuts like "Navigate to." Further
+Google's Voice Search application, which is pre-installed on many Android devices
+and available in Android Market, provides powerful features like "search by voice"
+and Voice Actions like "Navigate to." Further
enhancing the voice experience, Android 2.1 introduces a <a
href="http://www.youtube.com/watch?v=laOlkD8LmZw">
voice-enabled keyboard</a>, which makes it even easier
@@ -66,9 +67,7 @@ many Android devices, responds to a <em>RecognizerIntent</em> by displaying the
"Speak
now" dialog and streaming audio to Google's servers -- the same servers used
when a user taps the microphone button on the search widget or the voice-enabled
-keyboard. Voice Search is installed on all the major
-US devices, and it's also available on Market. You can check whether Voice
-Search is installed in
+keyboard. You can check whether Voice Search is installed in
<strong>Settings > Applications > Manage applications</strong>. </p>
<p> One important tip: for speech input to be as accurate as possible, it's
@@ -84,9 +83,12 @@ web_search} for shorter, search-like phrases. We developed the "free form"
model to improve dictation accuracy for the voice keyboard,
while the "web search" model is used when users want to search by voice. </p>
-<p> Google's servers currently support English, Mandarin Chinese, and Japanese.
+<p> Google's servers support many languages for voice input, with more arriving
+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
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> \ No newline at end of file
+directly into their applications can reap the benefits as well. </p>
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 03a5c02..7751c82 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -231,6 +231,16 @@ var ANDROID_RESOURCES = [
}
},
{
+ tags: ['article', 'input', 'search', 'ui'],
+ path: 'articles/speech-input.html',
+ title: {
+ en: 'Speech Input'
+ },
+ description: {
+ en: 'This articles describes the basics of integrating speech recognition into Android applications.'
+ }
+ },
+ {
tags: ['article', 'ui'],
path: 'articles/touch-mode.html',
title: {