Android.Speech.SpeechRecognizer Members

The members of Android.Speech.SpeechRecognizer are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ConfidenceScoresstring. Key used to retrieve a float array from the Android.OS.Bundle passed to the IRecognitionListener.OnResults(Android.OS.Bundle) and IRecognitionListener.OnPartialResults(Android.OS.Bundle) methods.
const
ErrorAudioSpeechRecognizerError (3). Audio recording error.
const
ErrorClientSpeechRecognizerError (5). Other client side errors.
const
ErrorInsufficientPermissionsSpeechRecognizerError (9). Insufficient permissions
const
ErrorNetworkSpeechRecognizerError (2). Other network related errors.
const
ErrorNetworkTimeoutSpeechRecognizerError (1). Network operation timed out.
const
ErrorNoMatchSpeechRecognizerError (7). No recognition result matched.
const
ErrorRecognizerBusySpeechRecognizerError (8). RecognitionService busy.
const
ErrorServerSpeechRecognizerError (4). Server sends error status.
const
ErrorSpeechTimeoutSpeechRecognizerError (6). No speech input
const
ResultsRecognitionstring. Key used to retrieve an ArrayList from the Android.OS.Bundle passed to the IRecognitionListener.OnResults(Android.OS.Bundle) and IRecognitionListener.OnPartialResults(Android.OS.Bundle) methods.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

BeginningOfSpeechDocumentation for this section has not yet been entered.
BufferReceivedDocumentation for this section has not yet been entered.
EndOfSpeechDocumentation for this section has not yet been entered.
ErrorDocumentation for this section has not yet been entered.
EventDocumentation for this section has not yet been entered.
PartialResultsDocumentation for this section has not yet been entered.
ReadyForSpeechDocumentation for this section has not yet been entered.
ResultsDocumentation for this section has not yet been entered.
RmsChangedDocumentation for this section has not yet been entered.