Share via


VoiceProfileEnrollmentResult class

Utdataformat

Konstruktorer

VoiceProfileEnrollmentResult(ResultReason, string, string)

Egenskaper

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Metoder

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

Konstruktorinformation

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parametrar

reason
ResultReason
json

string

statusText

string

Egenskapsinformation

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Egenskapsvärde

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Egenskapsvärde

number

enrollmentsLength

number enrollmentsLength

Egenskapsvärde

number

errorDetails

string errorDetails

Egenskapsvärde

string

properties

PropertyCollection properties

Egenskapsvärde

reason

ResultReason reason

Egenskapsvärde

Metodinformation

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametrar

json

{ value: EnrollmentResultJSON[] }

Returer

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parametrar

json

{ value: EnrollmentResultJSON[] }

Returer