TrackedFace.detectionScore Property

Module: TrackedFace

Type: int

Definition

Confidence score of the detected face.

detection_score: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFace_GetDetectionScore (ID3_TRACKED_FACE hTrackedFace, int * detectionScore)

Returns

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