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