detectionModel property

FaceModel detectionModel

Model used to detect and track faces. Hint: Default value is FaceDetector4B. Note: Some better accuracy/speed balances can be found by choosing another model.

throws FaceException An error has occurred during Face Library execution.

Implementation

FaceModel get detectionModel => getDetectionModel();
void detectionModel=(FaceModel value)

Implementation

set detectionModel(FaceModel value) => setDetectionModel(value);