Android.Speech.RecognizerIntent.ExtraResultsPendingintent Field
When the intent is RecognizerIntent.ActionRecognizeSpeech, the speech input activity will return results to you via the activity results mechanism.

Syntax

[Android.Runtime.Register("EXTRA_RESULTS_PENDINGINTENT")]
public const string ExtraResultsPendingintent

Remarks

When the intent is RecognizerIntent.ActionRecognizeSpeech, the speech input activity will return results to you via the activity results mechanism. Alternatively, if you use this extra to supply a PendingIntent, the results will be added to its bundle and the PendingIntent will be sent to its target.

[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