FingerMatchDetails.score Property

Module: FingerMatchDetails

Type: int

Definition

Matching score. In the range [0:65535]. See FingerMatcherThreshold to set a threshold to take a match/no-match decision.

score: int

Exceptions

An error has occurred during Finger Library execution.
int get score => getScore();

Exceptions

An error has occurred during Finger Library execution.
public int score
{
    get => Getscore();
}

Exceptions

An error has occurred during Finger Library execution.
public int getScore() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var score: Int
    get {
        return Int(try! getScore())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetails_GetScore (ID3_FINGER_MATCH_DETAILS hFingerMatchDetails, int * score)

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.