VoiceProfileEnrollmentResult class

Output format

Constructors

VoiceProfileEnrollmentResult(ResultReason, string, string)

Properties

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

Methods

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

Constructor Details

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

Parameters

reason
ResultReason
json

string

statusText

string

Property Details

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

Property Value

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

Property Value

number

enrollmentsLength

number enrollmentsLength

Property Value

number

errorDetails

string errorDetails

Property Value

string

properties

PropertyCollection properties

Property Value

reason

ResultReason reason

Property Value

Method Details

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameters

json

{ value: EnrollmentResultJSON[] }

Returns

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

Parameters

json

{ value: EnrollmentResultJSON[] }

Returns