VoiceProfileEnrollmentResult class

Ausgabeformat

Konstruktoren

VoiceProfileEnrollmentResult(ResultReason, string, string)

Eigenschaften

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Methoden

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

Details zum Konstruktor

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parameter

reason
ResultReason
json

string

statusText

string

Details zur Eigenschaft

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Eigenschaftswert

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Eigenschaftswert

number

enrollmentsLength

number enrollmentsLength

Eigenschaftswert

number

errorDetails

string errorDetails

Eigenschaftswert

string

properties

PropertyCollection properties

Eigenschaftswert

reason

ResultReason reason

Eigenschaftswert

Details zur Methode

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameter

json

{ value: EnrollmentResultJSON[] }

Gibt zurück

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameter

json

{ value: EnrollmentResultJSON[] }

Gibt zurück