YOLOResult constructor
YOLOResult({})
Implementation
YOLOResult({
required this.classIndex,
required this.className,
required this.confidence,
required this.boundingBox,
required this.normalizedBox,
this.mask,
this.keypoints,
this.keypointConfidences,
});