Share via


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

반환