你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VoiceProfileEnrollmentCancellationDetails class
- Extends
属性
Error |
识别失败的错误代码。 在版本 1.1.0 中添加。 |
error |
如果识别失败,请提供所发生错误的详细信息。 |
reason | 取消识别的原因。 |
方法
from |
为取消的 VoiceProfileEnrollmentResult 创建 VoiceProfileEnrollmentCancellationDetails 对象的实例。 |
属性详细信息
ErrorCode
errorDetails
如果识别失败,请提供所发生错误的详细信息。
string errorDetails
属性值
string
一个表示错误详细信息的字符串。
reason
方法详细信息
fromResult(VoiceProfileEnrollmentResult)
为取消的 VoiceProfileEnrollmentResult 创建 VoiceProfileEnrollmentCancellationDetails 对象的实例。
static function fromResult(result: VoiceProfileEnrollmentResult): VoiceProfileEnrollmentCancellationDetails
参数
- result
- VoiceProfileEnrollmentResult
已取消的结果。
返回
正在创建的取消详细信息对象。