你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VoiceProfileEnrollmentResult class

输出格式

构造函数

VoiceProfileEnrollmentResult(ResultReason, string, string)

属性

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

方法

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })
FromVerificationProfileList({ value: EnrollmentResultJSON[] })

构造函数详细信息

VoiceProfileEnrollmentResult(ResultReason, string, string)

new VoiceProfileEnrollmentResult(reason: ResultReason, json: string, statusText: string)

参数

reason
ResultReason
json

string

statusText

string

属性详细信息

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

属性值

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

属性值

number

enrollmentsLength

number enrollmentsLength

属性值

number

errorDetails

string errorDetails

属性值

string

properties

PropertyCollection properties

属性值

reason

ResultReason reason

属性值

方法详细信息

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

static function FromIdentificationProfileList(json: { value: EnrollmentResultJSON[] }): VoiceProfileEnrollmentResult[]

参数

json

{ value: EnrollmentResultJSON[] }

返回

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

static function FromVerificationProfileList(json: { value: EnrollmentResultJSON[] }): VoiceProfileEnrollmentResult[]

参数

json

{ value: EnrollmentResultJSON[] }

返回