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

String
Attributes

Remarks

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