SpeechRecognitionTopicConstraint コンストラクター

定義

オーバーロード

SpeechRecognitionTopicConstraint(SpeechRecognitionScenario, String)

定義済みのシナリオの種類とコンテキストを使用して 、SpeechRecognitionTopicConstraint クラスのインスタンスを作成します。

SpeechRecognitionTopicConstraint(SpeechRecognitionScenario, String, String)

定義済みのシナリオの種類、コンテキスト、識別子を使用して SpeechRecognitionTopicConstraint クラスのインスタンスを作成します。

SpeechRecognitionTopicConstraint(SpeechRecognitionScenario, String)

定義済みのシナリオの種類とコンテキストを使用して 、SpeechRecognitionTopicConstraint クラスのインスタンスを作成します。

public:
 SpeechRecognitionTopicConstraint(SpeechRecognitionScenario scenario, Platform::String ^ topicHint);
 SpeechRecognitionTopicConstraint(SpeechRecognitionScenario const& scenario, winrt::hstring const& topicHint);
public SpeechRecognitionTopicConstraint(SpeechRecognitionScenario scenario, string topicHint);
function SpeechRecognitionTopicConstraint(scenario, topicHint)
Public Sub New (scenario As SpeechRecognitionScenario, topicHint As String)

パラメーター

scenario
SpeechRecognitionScenario

定義済みのシナリオの種類。

topicHint
String

Platform::String

winrt::hstring

認識を最適化するために使用される件名 (コンテキスト ヒント)。

こちらもご覧ください

適用対象

SpeechRecognitionTopicConstraint(SpeechRecognitionScenario, String, String)

定義済みのシナリオの種類、コンテキスト、識別子を使用して SpeechRecognitionTopicConstraint クラスのインスタンスを作成します。

public:
 SpeechRecognitionTopicConstraint(SpeechRecognitionScenario scenario, Platform::String ^ topicHint, Platform::String ^ tag);
 SpeechRecognitionTopicConstraint(SpeechRecognitionScenario const& scenario, winrt::hstring const& topicHint, winrt::hstring const& tag);
public SpeechRecognitionTopicConstraint(SpeechRecognitionScenario scenario, string topicHint, string tag);
function SpeechRecognitionTopicConstraint(scenario, topicHint, tag)
Public Sub New (scenario As SpeechRecognitionScenario, topicHint As String, tag As String)

パラメーター

scenario
SpeechRecognitionScenario

定義済みのシナリオの種類。

topicHint
String

Platform::String

winrt::hstring

認識を最適化するために使用される件名 (コンテキスト ヒント)。

tag
String

Platform::String

winrt::hstring

制約の識別子。

こちらもご覧ください

適用対象