Android.Speech.RecognizerIntent: Field Members

The fields of Android.Speech.RecognizerIntent are listed below. For a list of all members, see the RecognizerIntent Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionGetLanguageDetailsstring. A broadcast intent which can be fired to the Android.Content.BroadcastReceiver component specified in the meta-data defined in the RecognizerIntent.DetailsMetaData meta-data of an Android.App.Activity satisfying RecognizerIntent.ActionWebSearch.
const
ActionRecognizeSpeechstring. Starts an activity that will prompt the user for speech and send it through a speech recognizer.
const
ActionVoiceSearchHandsFreestring. Starts an activity that will prompt the user for speech without requiring the user's visual attention or touch input.
const
ActionWebSearchstring. Starts an activity that will prompt the user for speech, send it through a speech recognizer, and either display a web search result or trigger another type of action based on the user's speech.
const
DetailsMetaDatastring. Meta-data name under which an Android.App.Activity implementing RecognizerIntent.ActionWebSearch can use to expose the class name of a Android.Content.BroadcastReceiver which can respond to request for more information, from any of the broadcast intents specified in this class.
const
ExtraCallingPackagestring. The extra key used in an intent to the speech recognizer for voice search.
const
ExtraConfidenceScoresstring. A float array of confidence scores of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech.
const
ExtraLanguagestring. Optional IETF language tag (as defined by BCP 47), for example "en-US".
const
ExtraLanguageModelstring. Informs the recognizer which speech model to prefer when performing RecognizerIntent.ActionRecognizeSpeech.
const
ExtraLanguagePreferencestring. The key to the extra in the Android.OS.Bundle returned by RecognizerIntent.ActionGetLanguageDetails which is a Java.Lang.String that represents the current language preference this user has specified - a locale string like "en-US".
const
ExtraMaxResultsstring. Optional limit on the maximum number of results to return.
const
ExtraOnlyReturnLanguagePreferencestring. Specify this boolean extra in a broadcast of RecognizerIntent.ActionGetLanguageDetails to indicate that only the current language preference is needed in the response.
const
ExtraOriginstring. Optional value which can be used to indicate the referer url of a page in which speech was requested.
const
ExtraPartialResultsstring. Optional boolean to indicate whether partial results should be returned by the recognizer as the user speaks (default is false).
const
ExtraPromptstring. Optional text prompt to show to the user when asking them to speak.
const
ExtraResultsstring. An ArrayList<String> of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech.
const
ExtraResultsPendingintentstring. When the intent is RecognizerIntent.ActionRecognizeSpeech, the speech input activity will return results to you via the activity results mechanism.
const
ExtraResultsPendingintentBundlestring. If you use RecognizerIntent.ExtraResultsPendingintent to supply a forwarding intent, you can also use this extra to supply additional extras for the final intent.
const
ExtraSecurestring. Optional boolean to indicate that a "hands free" voice search was performed while the device was in a secure mode.
const
ExtraSpeechInputCompleteSilenceLengthMillisstring. The amount of time that it should take after we stop hearing speech to consider the input complete.
const
ExtraSpeechInputMinimumLengthMillisstring. The minimum length of an utterance.
const
ExtraSpeechInputPossiblyCompleteSilenceLengthMillisstring. The amount of time that it should take after we stop hearing speech to consider the input possibly complete.
const
ExtraSupportedLanguagesstring. The key to the extra in the Android.OS.Bundle returned by RecognizerIntent.ActionGetLanguageDetails which is an Android.Runtime.JavaList of Java.Lang.Strings that represents the languages supported by this implementation of voice recognition - a list of strings like "en-US", "cmn-Hans-CN", etc.
const
ExtraWebSearchOnlystring. Optional boolean, to be used with RecognizerIntent.ActionWebSearch, to indicate whether to only fire web searches in response to a user's speech.
const
LanguageModelFreeFormstring. Use a language model based on free-form speech recognition.
const
LanguageModelWebSearchstring. Use a language model based on web search terms.