The methods of Android.Speech.SpeechRecognizer are listed below. For a list of all members, see the SpeechRecognizer Members list.
See Also: Inherited members from Java.Lang.Object
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. | ||