Table of Contents

Class SpeakerMatch

Namespace
AiDotNet.Audio.Speaker
Assembly
AiDotNet.dll

A speaker match with score.

public class SpeakerMatch
Inheritance
SpeakerMatch
Inherited Members

Properties

Score

Gets or sets the similarity score.

public double Score { get; set; }

Property Value

double

SpeakerId

Gets or sets the speaker ID.

public string SpeakerId { get; set; }

Property Value

string