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
const | ActionGetLanguageDetails | string. 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 | ActionRecognizeSpeech | string. Starts an activity that will prompt the user for speech and send it through a speech recognizer. |
const | ActionVoiceSearchHandsFree | string. Starts an activity that will prompt the user for speech without requiring the user's visual attention or touch input. |
const | ActionWebSearch | string. 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 | DetailsMetaData | string. 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 | ExtraCallingPackage | string. The extra key used in an intent to the speech recognizer for voice search. |
const | ExtraConfidenceScores | string. A float array of confidence scores of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech. |
const | ExtraLanguage | string. Optional IETF language tag (as defined by BCP 47), for example "en-US". |
const | ExtraLanguageModel | string. Informs the recognizer which speech model to prefer when performing RecognizerIntent.ActionRecognizeSpeech. |
const | ExtraLanguagePreference | string. 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 | ExtraMaxResults | string. Optional limit on the maximum number of results to return. |
const | ExtraOnlyReturnLanguagePreference | string. Specify this boolean extra in a broadcast of RecognizerIntent.ActionGetLanguageDetails to indicate that only the current language preference is needed in the response. |
const | ExtraOrigin | string. Optional value which can be used to indicate the referer url of a page in which speech was requested. |
const | ExtraPartialResults | string. Optional boolean to indicate whether partial results should be returned by the recognizer as the user speaks (default is false). |
const | ExtraPrompt | string. Optional text prompt to show to the user when asking them to speak. |
const | ExtraResults | string. An ArrayList<String> of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech. |
const | ExtraResultsPendingintent | string. When the intent is RecognizerIntent.ActionRecognizeSpeech, the speech input activity will return results to you via the activity results mechanism. |
const | ExtraResultsPendingintentBundle | string. 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 | ExtraSecure | string. Optional boolean to indicate that a "hands free" voice search was performed while the device was in a secure mode. |
const | ExtraSpeechInputCompleteSilenceLengthMillis | string. The amount of time that it should take after we stop hearing speech to consider the input complete. |
const | ExtraSpeechInputMinimumLengthMillis | string. The minimum length of an utterance. |
const | ExtraSpeechInputPossiblyCompleteSilenceLengthMillis | string. The amount of time that it should take after we stop hearing speech to consider the input possibly complete. |
const | ExtraSupportedLanguages | string. 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 | ExtraWebSearchOnly | string. Optional boolean, to be used with RecognizerIntent.ActionWebSearch, to indicate whether to only fire web searches in response to a user's speech. |
const | LanguageModelFreeForm | string. Use a language model based on free-form speech recognition. |
const | LanguageModelWebSearch | string. Use a language model based on web search terms. |