FaceDetector constructor

FaceDetector({
  1. required FaceDetectorOptions options,
})

Constructor to create an instance of FaceDetector.

Implementation

FaceDetector({required this.options});