SpeakerRecognitionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET