SpeakerRecognitionResult class

Výstupní formát

Konstruktory

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

Vlastnosti

errorDetails
profileId
properties
reason
score

Podrobnosti konstruktoru

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

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

Parametry

response

SpeakerResponse

resultReason
ResultReason
cancellationErrorCode
CancellationErrorCode
errorDetails

string

Podrobnosti vlastnosti

errorDetails

string errorDetails

Hodnota vlastnosti

string

profileId

string profileId

Hodnota vlastnosti

string

properties

PropertyCollection properties

Hodnota vlastnosti

reason

ResultReason reason

Hodnota vlastnosti

score

number score

Hodnota vlastnosti

number