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[] }

傳回