Version: 5.4

DictationRecognizerConstructor

マニュアルに切り替える
public DictationRecognizer ();
public DictationRecognizer (Windows.Speech.ConfidenceLevel confidenceLevel);
public DictationRecognizer (Windows.Speech.DictationTopicConstraint topic);
public DictationRecognizer (Windows.Speech.ConfidenceLevel minimumConfidence, Windows.Speech.DictationTopicConstraint topic);

パラメーター

minimumConfidence Recognizer がフレーズを受用し始める音声認識精度
topic DictationRecognize が認識を最適化する音声のトピック

説明

特定の最低認識精度と制約されたスピーチ内容で DictationRecognizer を作成します。指定された最低認識精度より低いフレーズは、無視されます。

デフォルトの ConfidenceLevel は Medium です。 デフォルトの DictationTopicConstraint は Dictation です。