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识别器开始接受短语时的可信度。
topic此听写识别器应针对其优化识别的听写主题。

描述

使用指定的最小可信度和听写主题约束创建 DictationRecognizer。位于指定最低水平下的短语将被忽略。

默认的可信度等级为“中等”。 默认的听写主题约束为“听写”。