Android.Speech.SpeechRecognizer: Field Members

The fields 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 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.