VoiceProfileEnrollmentResult class

出力形式

コンストラクター

VoiceProfileEnrollmentResult(ResultReason, string, string)

プロパティ

enrollmentResultDetails
enrollmentsCount
enrollmentsLength
errorDetails
properties
reason

メソッド

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

コンストラクターの詳細

VoiceProfileEnrollmentResult(ResultReason, string, string)

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

パラメーター

reason
ResultReason
json

string

statusText

string

プロパティの詳細

enrollmentResultDetails

EnrollmentResultDetails enrollmentResultDetails

プロパティ値

EnrollmentResultDetails

enrollmentsCount

number enrollmentsCount

プロパティ値

number

enrollmentsLength

number enrollmentsLength

プロパティ値

number

errorDetails

string errorDetails

プロパティ値

string

properties

PropertyCollection properties

プロパティ値

reason

ResultReason reason

プロパティ値

メソッドの詳細

FromIdentificationProfileList({ value: EnrollmentResultJSON[] })

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

パラメーター

json

{ value: EnrollmentResultJSON[] }

戻り値

FromVerificationProfileList({ value: EnrollmentResultJSON[] })

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

パラメーター

json

{ value: EnrollmentResultJSON[] }

戻り値