task property

YOLOTask? task
final

The type of task this YOLO model will perform, if known ahead of time.

When omitted, the plugin resolves it from model metadata during loadModel.

Implementation

final YOLOTask? task;