VoiceProfileEnrollmentResult class

Format danych wyjściowych

Konstruktory

VoiceProfileEnrollmentResult(ResultReason, string, string)

Właściwości

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Metody

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

Szczegóły konstruktora

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parametry

reason
ResultReason
json

string

statusText

string

Szczegóły właściwości

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Wartość właściwości

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Wartość właściwości

number

enrollmentsLength

number enrollmentsLength

Wartość właściwości

number

errorDetails

string errorDetails

Wartość właściwości

string

properties

PropertyCollection properties

Wartość właściwości

reason

ResultReason reason

Wartość właściwości

Szczegóły metody

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametry

json

{ value: EnrollmentResultJSON[] }

Zwraca

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametry

json

{ value: EnrollmentResultJSON[] }

Zwraca