detections property

List<YOLOResult> detections
final

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;