annotatedImage property

Uint8List? annotatedImage
final

The original image with detection visualizations overlaid.

This annotated image includes bounding boxes, class labels, confidence scores, and other task-specific visualizations (masks for segmentation, keypoints for pose estimation). May be null if annotation was disabled.

Implementation

final Uint8List? annotatedImage;