Поделиться через


VoiceProfileEnrollmentResult class

Формат вывода

Конструкторы

VoiceProfileEnrollmentResult(ResultReason, string, string)

Свойства

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Методы

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

Сведения о конструкторе

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Параметры

reason
ResultReason
json

string

statusText

string

Сведения о свойстве

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Значение свойства

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Значение свойства

number

enrollmentsLength

number enrollmentsLength

Значение свойства

number

errorDetails

string errorDetails

Значение свойства

string

properties

PropertyCollection properties

Значение свойства

reason

ResultReason reason

Значение свойства

Сведения о методе

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Параметры

json

{ value: EnrollmentResultJSON[] }

Возвращаемое значение

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Параметры

json

{ value: EnrollmentResultJSON[] }

Возвращаемое значение