ModelObjectDetection constructor

ModelObjectDetection(
  1. int _index,
  2. int imageWidth,
  3. int imageHeight,
  4. List<String> labels,
)

Implementation

ModelObjectDetection(
    this._index, this.imageWidth, this.imageHeight, this.labels);