SpeakerRecognitionResult class

出力形式

コンストラクター

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

プロパティ

errorDetails
profileId
properties
reason
score

コンストラクターの詳細

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

new SpeakerRecognitionResult(response: SpeakerResponse, resultReason?: ResultReason, cancellationErrorCode?: CancellationErrorCode, errorDetails?: string)

パラメーター

response

SpeakerResponse

resultReason
ResultReason
cancellationErrorCode
CancellationErrorCode
errorDetails

string

プロパティの詳細

errorDetails

string errorDetails

プロパティ値

string

profileId

string profileId

プロパティ値

string

properties

PropertyCollection properties

プロパティ値

reason

ResultReason reason

プロパティ値

score

number score

プロパティ値

number