Android.Speech.SpeechRecognizer.ResultsRecognition Field
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.

Syntax

[Android.Runtime.Register("RESULTS_RECOGNITION")]
public const string ResultsRecognition

Remarks

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. These strings are the possible recognition results, where the first element is the most likely candidate.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8