SpeakerRecognitionResult class

Formato de saída

Construtores

SpeakerRecognitionResult(SpeakerResponse, ResultReason, CancellationErrorCode, string)

Propriedades

errorDetails
profileId
properties
reason
score

Detalhes do Construtor

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

Detalhes de Propriedade

errorDetails

string errorDetails

Valor de Propriedade

string

profileId

string profileId

Valor de Propriedade

string

properties

PropertyCollection properties

Valor de Propriedade

reason

ResultReason reason

Valor de Propriedade

score

number score

Valor de Propriedade

number