faceDetectionModel property

FaceModel faceDetectionModel

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();
void faceDetectionModel=(FaceModel value)

Implementation

set faceDetectionModel(FaceModel value) => setFaceDetectionModel(value);