SpeakerRecognitionResult class

Formato de salida

Constructores

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

Propiedades

errorDetails
profileId
properties
reason
score

Detalles del constructor

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

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

Parámetros

response

SpeakerResponse

resultReason
ResultReason
cancellationErrorCode
CancellationErrorCode
errorDetails

string

Detalles de las propiedades

errorDetails

string errorDetails

Valor de propiedad

string

profileId

string profileId

Valor de propiedad

string

properties

PropertyCollection properties

Valor de propiedad

reason

ResultReason reason

Valor de propiedad

score

number score

Valor de propiedad

number