detections property
List of all objects detected in the image.
Each YOLOResult in this list represents a single detected object with its location, classification, and confidence score.
Implementation
final List<YOLOResult> detections;
List of all objects detected in the image.
Each YOLOResult in this list represents a single detected object with its location, classification, and confidence score.
final List<YOLOResult> detections;