VoiceProfileEnrollmentResult class
Output format
Constructors
Voice |
Properties
enrollment |
|
enrollments |
|
enrollments |
|
error |
|
properties | |
reason |
Methods
From |
|
From |
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
reason
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[] }