Class VerificationResult
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
ErrorMessage
Gets or sets any error message.
public string? ErrorMessage { get; set; }
Property Value
IsVerified
Gets or sets whether the verification succeeded.
public bool IsVerified { get; set; }
Property Value
Score
Gets or sets the similarity score.
public double Score { get; set; }
Property Value
Threshold
Gets or sets the threshold used for verification.
public double Threshold { get; set; }