ObjectDetectorOptions constructor

ObjectDetectorOptions({
  1. bool classifyObjects = false,
  2. bool trackMutipleObjects = false,
})

Constructor for ObjectDetectorOptions

Implementation

ObjectDetectorOptions(
    {this.classifyObjects = false, this.trackMutipleObjects = false});