detectionModel property
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();
Implementation
set detectionModel(FaceModel value) => setDetectionModel(value);