detections property

  1. @TagNumber(1)
List<Detection> detections

the bounding boxes and labels

Implementation

@$pb.TagNumber(1)
$core.List<Detection> get detections => $_getList(0);