SpeechRecognitionListConstraint.Commands プロパティ

定義

制約を構成する単語または語句の配列を取得します。

public:
 property IVector<Platform::String ^> ^ Commands { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Commands();
public IList<string> Commands { get; }
var iVector = speechRecognitionListConstraint.commands;
Public ReadOnly Property Commands As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

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

注釈

制約コレクションの変更は無視されます。 新しい SpeechRecognitionListConstraint を作成する必要があります。

適用対象

こちらもご覧ください