Detection constructor

Detection(
  1. double score,
  2. int classID,
  3. double xMin,
  4. double yMin,
  5. double width,
  6. double height,
)

Implementation

Detection(
    this.score, this.classID, this.xMin, this.yMin, this.width, this.height);