Share via


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