VoiceInteractor.PickOptionRequest.Option コンストラクター

定義

オーバーロード

名前 説明
VoiceInteractor.PickOptionRequest.Option(ICharSequence, Int32)

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

VoiceInteractor.PickOptionRequest.Option(String, Int32)

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

VoiceInteractor.PickOptionRequest.Option(ICharSequence, Int32)

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)]
public Option(Java.Lang.ICharSequence? label, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)>]
new Android.App.VoiceInteractor.PickOptionRequest.Option : Java.Lang.ICharSequence * int -> Android.App.VoiceInteractor.PickOptionRequest.Option

パラメーター

label
ICharSequence

CharSequence: ユーザーが話し、視覚的に表示した内容と照合されるラベル。

index
Int32

int: オプションのセット全体内のこのオプションの場所。 音声対話機能から返されるオプションを識別するために使用できます。

属性

注釈

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

android.app.VoiceInteractor.PickOptionRequest.Option.Optionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

VoiceInteractor.PickOptionRequest.Option(String, Int32)

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)]
public Option(string? label, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)>]
new Android.App.VoiceInteractor.PickOptionRequest.Option : string * int -> Android.App.VoiceInteractor.PickOptionRequest.Option

パラメーター

label
String

CharSequence: ユーザーが話し、視覚的に表示した内容と照合されるラベル。

index
Int32

int: オプションのセット全体内のこのオプションの場所。 音声対話機能から返されるオプションを識別するために使用できます。

属性

注釈

ラベルまたは複数のシノニムの 1 つを照合することで、ユーザーが音声で選択できるオプションを作成します。

android.app.VoiceInteractor.PickOptionRequest.Option.Optionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象