Version: 2018.2

KeywordRecognizerConstructor

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

パラメーター

keywordsRecognizer が聞くキーワード
minimumConfidenceRecognizer が受用する最低音声認識精度

説明

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

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