VoiceProfileEnrollmentResult class

Format output

Konstruktor

VoiceProfileEnrollmentResult(ResultReason, string, string)

Properti

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Metode

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

Detail Konstruktor

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parameter

reason
ResultReason
json

string

statusText

string

Detail Properti

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Nilai Properti

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Nilai Properti

number

enrollmentsLength

number enrollmentsLength

Nilai Properti

number

errorDetails

string errorDetails

Nilai Properti

string

properties

PropertyCollection properties

Nilai Properti

reason

ResultReason reason

Nilai Properti

Detail Metode

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameter

json

{ value: EnrollmentResultJSON[] }

Mengembalikan

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameter

json

{ value: EnrollmentResultJSON[] }

Mengembalikan