The members of Android.Speech.SpeechRecognizer are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel()Cancels the speech recognition. | ||
static | CreateSpeechRecognizer(Android.Content.Context)Factory method to create a new SpeechRecognizer. | |
static | CreateSpeechRecognizer(Android.Content.Context, Android.Content.ComponentName)Factory method to create a new SpeechRecognizer. | |
Destroy()Destroys the SpeechRecognizer object. | ||
static | IsRecognitionAvailable(Android.Content.Context)Checks whether a speech recognition service is available on the system. | |
SetRecognitionListener(IRecognitionListener)Sets the listener that will receive all the callbacks. | ||
StartListening(Android.Content.Intent)Starts listening for speech. | ||
StopListening()Stops listening for speech. | ||
| BeginningOfSpeech | Documentation for this section has not yet been entered. | |
| BufferReceived | Documentation for this section has not yet been entered. | |
| EndOfSpeech | Documentation for this section has not yet been entered. | |
| Error | Documentation for this section has not yet been entered. | |
| Event | Documentation for this section has not yet been entered. | |
| PartialResults | Documentation for this section has not yet been entered. | |
| ReadyForSpeech | Documentation for this section has not yet been entered. | |
| Results | Documentation for this section has not yet been entered. | |
| RmsChanged | Documentation for this section has not yet been entered. |