DetectedFace.detectionScore Property¶
Module: DetectedFace
Type: int
Definition¶
Confidence score of the detected face.
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