VoiceProfileEnrollmentResult class

Formato da saída

Construtores

VoiceProfileEnrollmentResult(ResultReason, string, string)

Propriedades

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Métodos

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

Detalhes do construtor

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parâmetros

reason
ResultReason
json

string

statusText

string

Detalhes da propriedade

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Valor da propriedade

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Valor da propriedade

number

enrollmentsLength

number enrollmentsLength

Valor da propriedade

number

errorDetails

string errorDetails

Valor da propriedade

string

properties

PropertyCollection properties

Valor da propriedade

reason

ResultReason reason

Valor da propriedade

Detalhes do método

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parâmetros

json

{ value: EnrollmentResultJSON[] }

Retornos

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parâmetros

json

{ value: EnrollmentResultJSON[] }

Retornos