VoiceProfileEnrollmentResult class

Uitvoerindeling

Constructors

VoiceProfileEnrollmentResult(ResultReason, string, string)

Eigenschappen

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Methoden

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

Constructordetails

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parameters

reason
ResultReason
json

string

statusText

string

Eigenschapdetails

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Waarde van eigenschap

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Waarde van eigenschap

number

enrollmentsLength

number enrollmentsLength

Waarde van eigenschap

number

errorDetails

string errorDetails

Waarde van eigenschap

string

properties

PropertyCollection properties

Waarde van eigenschap

reason

ResultReason reason

Waarde van eigenschap

Methodedetails

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameters

json

{ value: EnrollmentResultJSON[] }

Retouren

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameters

json

{ value: EnrollmentResultJSON[] }

Retouren