TrackedFace.detectionScore Property¶
Module: TrackedFace
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 id3TrackedFace_GetDetectionScore (ID3_TRACKED_FACE hTrackedFace, int * detectionScore)
Returns