faceDetectionModel property
Specifies the model used to detect and track faces.
Hint: Default value is FaceDetector4B. 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 faceDetectionModel => getFaceDetectionModel();
Implementation
set faceDetectionModel(FaceModel value) => setFaceDetectionModel(value);