ObjectDetector constructor

ObjectDetector({
  1. bool isStream = false,
  2. bool enableClassification = true,
  3. bool enableMultipleObjects = true,
})

Implementation

ObjectDetector({
  this.isStream = false,
  this.enableClassification = true,
  this.enableMultipleObjects = true,
});