RecognizerIntent.ExtraResultsPendingintent Field

Definition

When the intent is #ACTION_RECOGNIZE_SPEECH, the speech input activity will return results to you via the activity results mechanism.

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

Field Value

Attributes

Remarks

When the intent is #ACTION_RECOGNIZE_SPEECH, 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.

Java documentation for android.speech.RecognizerIntent.EXTRA_RESULTS_PENDINGINTENT.

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