Version: 2020.1
言語: 日本語

KeywordRecognizerConstructor

マニュアルに切り替える
public KeywordRecognizer (string[] keywords);
public KeywordRecognizer (string[] keywords, Windows.Speech.ConfidenceLevel minimumConfidence);

パラメーター

keywords Recognizer が聞くキーワード
minimumConfidence Recognizer が受用する最低音声認識精度

説明

指定したキーワードを指定した最低音声認識精度で聞く KeywordRecognizer を作成します。指定した最低音声認識精度より低い精度のフレーズは無視されます。

If no minimum confidence level is specified, then the confidence level is assumed to be Medium.