Class SpeakerVerifierOptions
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
VerificationThreshold
Gets or sets the threshold for verification (0-1).
public double VerificationThreshold { get; set; }