手册
脚本 API
unity3d.com
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
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。位于指定最低水平下的短语将被忽略。
默认的可信度等级为“中等”。 默认的听写主题约束为“听写”。