FingerCandidate.score Property

Module: FingerCandidate

Type: int

Definition

Match score between the finger probe template and the most similar one in the reference finger template record used to perform the search.

score: int

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Finger Library execution.
public int getScore() throws FingerException
public void setScore(int score) 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 id3FingerCandidate_GetScore (ID3_FINGER_CANDIDATE hFingerCandidate, int * score)
int id3FingerCandidate_SetScore (ID3_FINGER_CANDIDATE hFingerCandidate, int score)

Returns

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