共用方式為


SpeakerRecognitionResult Class

Definition

Contains detailed information about result of a speaker recognition operation. Added in 1.12.0

public class SpeakerRecognitionResult
type SpeakerRecognitionResult = class
Public Class SpeakerRecognitionResult
Inheritance
SpeakerRecognitionResult

Properties

ProfileId

Presents the recognized profile id.

Properties

Contains properties of the results.

Reason

Specifies status of speaker recognition result.

ResultId

Specifies the result identifier.

Score

Presents the similarity score of the recognized speaker. The score is a float number indicating the similarity between input audio and targeted voice profile.This number is between 0 and 1. A higher number means higher similarity.

Methods

ToString()

Returns a string that represents the speaker recognition result.

Applies to