Android.Speech.RecognizerIntent.ExtraResults Field
An ArrayList<String> of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech.

Syntax

[Android.Runtime.Register("EXTRA_RESULTS")]
public const string ExtraResults

Remarks

An ArrayList<String> of the recognition results when performing RecognizerIntent.ActionRecognizeSpeech. Generally this list should be ordered in descending order of speech recognizer confidence. (See RecognizerIntent.ExtraConfidenceScores). Returned in the results; not to be specified in the recognition request. Only present when Android.App.Activity.RESULT_OK is returned in an activity result. In a PendingIntent, the lack of this extra indicates failure.

[Android Documentation]

Requirements

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