Sdílet prostřednictvím


VoiceProfileEnrollmentResult class

Výstupní formát

Konstruktory

VoiceProfileEnrollmentResult(ResultReason, string, string)

Vlastnosti

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Metody

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

Podrobnosti konstruktoru

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parametry

reason
ResultReason
json

string

statusText

string

Podrobnosti vlastnosti

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Hodnota vlastnosti

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Hodnota vlastnosti

number

enrollmentsLength

number enrollmentsLength

Hodnota vlastnosti

number

errorDetails

string errorDetails

Hodnota vlastnosti

string

properties

PropertyCollection properties

Hodnota vlastnosti

reason

ResultReason reason

Hodnota vlastnosti

Podrobnosti metody

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametry

json

{ value: EnrollmentResultJSON[] }

Návraty

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametry

json

{ value: EnrollmentResultJSON[] }

Návraty