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[] }