SpeechRecognizer.ResultsRecognition Field

Definition

Key used to retrieve an ArrayList<String> from the Bundle passed to the RecognitionListener#onResults(Bundle) and RecognitionListener#onPartialResults(Bundle) methods.

[Android.Runtime.Register("RESULTS_RECOGNITION")]
public const string ResultsRecognition;
[<Android.Runtime.Register("RESULTS_RECOGNITION")>]
val mutable ResultsRecognition : string

Field Value

Attributes

Remarks

Key used to retrieve an ArrayList<String> from the Bundle passed to the RecognitionListener#onResults(Bundle) and RecognitionListener#onPartialResults(Bundle) methods. These strings are the possible recognition results, where the first element is the most likely candidate.

Java documentation for android.speech.SpeechRecognizer.RESULTS_RECOGNITION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to