Table of Contents

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

double

Duration

Gets or sets the duration of the match (seconds).

public double Duration { get; set; }

Property Value

double

MatchCount

Gets or sets the number of matching hashes.

public int MatchCount { get; set; }

Property Value

int

QueryStartTime

Gets or sets the start time in the query (seconds).

public double QueryStartTime { get; set; }

Property Value

double

ReferenceStartTime

Gets or sets the start time in the reference (seconds).

public double ReferenceStartTime { get; set; }

Property Value

double