Share via


RecognizerIntent.ExtraResultsPendingintent 字段

定义

当意向为 #ACTION_RECOGNIZE_SPEECH时,语音输入活动将通过活动结果机制将结果返回给你。

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

字段值

属性

注解

当意向为 #ACTION_RECOGNIZE_SPEECH时,语音输入活动将通过活动结果机制将结果返回给你。 或者,如果使用此附加项来提供 PendingIntent,则结果将添加到其捆绑包中,并将 PendingIntent 发送到其目标。

android.speech.RecognizerIntent.EXTRA_RESULTS_PENDINGINTENTJava 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于