ObjectDetector constructor

ObjectDetector({
  1. required ObjectDetectorOptions options,
})

Constructor to create an instance of ObjectDetector.

Implementation

ObjectDetector({required this.options});