Class FingerprintMatch
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents a match between two fingerprints.
public class FingerprintMatch
- Inheritance
-
FingerprintMatch
- Inherited Members
Properties
Confidence
Gets or sets the confidence score (0-1).
public double Confidence { get; set; }
Property Value
Duration
Gets or sets the duration of the match (seconds).
public double Duration { get; set; }
Property Value
MatchCount
Gets or sets the number of matching hashes.
public int MatchCount { get; set; }
Property Value
QueryStartTime
Gets or sets the start time in the query (seconds).
public double QueryStartTime { get; set; }
Property Value
ReferenceStartTime
Gets or sets the start time in the reference (seconds).
public double ReferenceStartTime { get; set; }