Table of Contents

Class SpeakerVerificationResult<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Result of a speaker verification attempt.

public class SpeakerVerificationResult<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
SpeakerVerificationResult<T>
Inherited Members

Properties

Confidence

Gets or sets the confidence level of the decision.

public T Confidence { get; set; }

Property Value

T

IsAccepted

Gets or sets whether the verification was accepted.

public bool IsAccepted { get; set; }

Property Value

bool

Score

Gets or sets the verification score.

public T Score { get; set; }

Property Value

T

Threshold

Gets or sets the threshold used for the decision.

public T Threshold { get; set; }

Property Value

T