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