FaceCandidate.score Property

Module: FaceCandidate

Type: int

Definition

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

score: int

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
public int getScore() throws FaceException

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
int id3FaceCandidate_GetScore (ID3_FACE_CANDIDATE hFaceCandidate, int * score)

Returns

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