VoiceProfileEnrollmentResult class
輸出格式
建構函式
Voice |
屬性
enrollment |
|
enrollments |
|
enrollments |
|
error |
|
properties | |
reason |
方法
From |
|
From |
建構函式詳細資料
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
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[] }