includeDetections property

bool includeDetections
final

Whether to include basic detection results (bounding boxes, confidence, class).

This is the core YOLO output and is typically always enabled. Disabling this will result in no detection data being sent.

Implementation

final bool includeDetections;