summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2011-05-16 16:01:27 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-16 16:01:27 -0700
commit8f3dbe1c377e64584c3ec10edf664fb278648109 (patch)
treeedad4c90a61f9fc34ba216a07625c21226a87466
parentcff1093fd2a2e64634e122e32d489aa40113c22f (diff)
parentce6253d8fda92a508fa1000b5d1110e6e7a5b539 (diff)
downloadframeworks_base-8f3dbe1c377e64584c3ec10edf664fb278648109.zip
frameworks_base-8f3dbe1c377e64584c3ec10edf664fb278648109.tar.gz
frameworks_base-8f3dbe1c377e64584c3ec10edf664fb278648109.tar.bz2
am ce6253d8: Merge "Add link to Speech Input article to resource browser, tweak outdated information in the article." into honeycomb-mr1
* commit 'ce6253d8fda92a508fa1000b5d1110e6e7a5b539': Add link to Speech Input article to resource browser, tweak outdated information in the article.
-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: {