VoiceProfileEnrollmentResult class

Formato de salida

Constructores

VoiceProfileEnrollmentResult(ResultReason, string, string)

Propiedades

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Métodos

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

Detalles del constructor

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parámetros

reason
ResultReason
json

string

statusText

string

Detalles de las propiedades

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Valor de propiedad

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Valor de propiedad

number

enrollmentsLength

number enrollmentsLength

Valor de propiedad

number

errorDetails

string errorDetails

Valor de propiedad

string

properties

PropertyCollection properties

Valor de propiedad

reason

ResultReason reason

Valor de propiedad

Detalles del método

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parámetros

json

{ value: EnrollmentResultJSON[] }

Devoluciones

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parámetros

json

{ value: EnrollmentResultJSON[] }

Devoluciones