Table of Contents

Class SpeakerVerifierOptions

Namespace
AiDotNet.Audio.Speaker
Assembly
AiDotNet.dll

Configuration options for speaker verification.

public class SpeakerVerifierOptions
Inheritance
SpeakerVerifierOptions
Inherited Members

Properties

IdentificationThreshold

Gets or sets the threshold for identification (0-1).

public double IdentificationThreshold { get; set; }

Property Value

double

VerificationThreshold

Gets or sets the threshold for verification (0-1).

public double VerificationThreshold { get; set; }

Property Value

double