Table of Contents

Class VerificationResult

Namespace
AiDotNet.Audio.Speaker
Assembly
AiDotNet.dll

Result of speaker verification.

public class VerificationResult
Inheritance
VerificationResult
Inherited Members

Properties

ClaimedSpeakerId

Gets or sets the claimed speaker ID.

public string ClaimedSpeakerId { get; set; }

Property Value

string

ErrorMessage

Gets or sets any error message.

public string? ErrorMessage { get; set; }

Property Value

string

IsVerified

Gets or sets whether the verification succeeded.

public bool IsVerified { get; set; }

Property Value

bool

Score

Gets or sets the similarity score.

public double Score { get; set; }

Property Value

double

Threshold

Gets or sets the threshold used for verification.

public double Threshold { get; set; }

Property Value

double