次の方法で共有


SpeechRecognitionListConstraint コンストラクター

定義

オーバーロード

SpeechRecognitionListConstraint(IIterable<String>)

単語または語句の配列から SpeechRecognitionListConstraint クラスのインスタンスを作成します。

SpeechRecognitionListConstraint(IIterable<String>, String)

単語または語句の配列とタグから SpeechRecognitionListConstraint クラスのインスタンスを作成します。

SpeechRecognitionListConstraint(IIterable<String>)

単語または語句の配列から SpeechRecognitionListConstraint クラスのインスタンスを作成します。

public:
 SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands);
 SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands);
public SpeechRecognitionListConstraint(IEnumerable<string> commands);
function SpeechRecognitionListConstraint(commands)
Public Sub New (commands As IEnumerable(Of String))

パラメーター

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

制約を構成する単語または語句の文字列配列。

こちらもご覧ください

適用対象

SpeechRecognitionListConstraint(IIterable<String>, String)

単語または語句の配列とタグから SpeechRecognitionListConstraint クラスのインスタンスを作成します。

public:
 SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands, Platform::String ^ tag);
 SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands, winrt::hstring const& tag);
public SpeechRecognitionListConstraint(IEnumerable<string> commands, string tag);
function SpeechRecognitionListConstraint(commands, tag)
Public Sub New (commands As IEnumerable(Of String), tag As String)

パラメーター

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

制約を構成する単語または語句の文字列配列。

tag
String

Platform::String

winrt::hstring

制約に割り当てるタグ。

こちらもご覧ください

適用対象