你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NoMatchDetails class
包含 NoMatch 识别结果的详细信息。
属性
reason | 取消识别的原因。 |
方法
from |
为 NoMatch SpeechRecognitionResults 创建 NoMatchDetails 对象的实例。 |
属性详细信息
reason
方法详细信息
fromResult(IntentRecognitionResult | SpeechRecognitionResult | TranslationRecognitionResult)
为 NoMatch SpeechRecognitionResults 创建 NoMatchDetails 对象的实例。
static function fromResult(result: IntentRecognitionResult | SpeechRecognitionResult | TranslationRecognitionResult): NoMatchDetails
参数
未识别的识别结果。
返回
正在创建的 no match details 对象。