DetectedFace.detectionScore Property

Module: DetectedFace

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 id3DetectedFace_GetDetectionScore (ID3_DETECTED_FACE hDetectedFace, int * detectionScore)

Returns

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