VoiceProfileEnrollmentResult class

Format de sortie

Constructeurs

VoiceProfileEnrollmentResult(ResultReason, string, string)

Propriétés

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Méthodes

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

Détails du constructeur

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Paramètres

reason
ResultReason
json

string

statusText

string

Détails de la propriété

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Valeur de propriété

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Valeur de propriété

number

enrollmentsLength

number enrollmentsLength

Valeur de propriété

number

errorDetails

string errorDetails

Valeur de propriété

string

properties

PropertyCollection properties

Valeur de propriété

reason

ResultReason reason

Valeur de propriété

Détails de la méthode

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Paramètres

json

{ value: EnrollmentResultJSON[] }

Retours

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Paramètres

json

{ value: EnrollmentResultJSON[] }

Retours