SpeakerRecognitionResult class

Output format

Constructors

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

Properties

errorDetails
profileId
properties
reason
score

Constructor Details

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

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

Parameters

response

SpeakerResponse

resultReason
ResultReason
cancellationErrorCode
CancellationErrorCode
errorDetails

string

Property Details

errorDetails

string errorDetails

Property Value

string

profileId

string profileId

Property Value

string

properties

PropertyCollection properties

Property Value

reason

ResultReason reason

Property Value

score

number score

Property Value

number