Android.Speech.SpeechRecognizer: Method Members

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

Public Methods

Cancel()
Cancels the speech recognition.
static
CreateSpeechRecognizer(Android.Content.Context) : SpeechRecognizer
Factory method to create a new SpeechRecognizer.
static
CreateSpeechRecognizer(Android.Content.Context, Android.Content.ComponentName) : SpeechRecognizer
Factory method to create a new SpeechRecognizer.
Destroy()
Destroys the SpeechRecognizer object.
static
IsRecognitionAvailable(Android.Content.Context) : bool
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.