VoiceProfileEnrollmentResult class

Çıkış biçimi

Oluşturucular

VoiceProfileEnrollmentResult(ResultReason, string, string)

Özellikler

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Yöntemler

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

Oluşturucu Ayrıntıları

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parametreler

reason
ResultReason
json

string

statusText

string

Özellik Ayrıntıları

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Özellik Değeri

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Özellik Değeri

number

enrollmentsLength

number enrollmentsLength

Özellik Değeri

number

errorDetails

string errorDetails

Özellik Değeri

string

properties

PropertyCollection properties

Özellik Değeri

reason

ResultReason reason

Özellik Değeri

Yöntem Ayrıntıları

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametreler

json

{ value: EnrollmentResultJSON[] }

Döndürülenler

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametreler

json

{ value: EnrollmentResultJSON[] }

Döndürülenler