action property

String? action
final

The player action detected by the YOLO model (e.g., "dribble", "jump-shot", "layup", "defence", "screen", "shot-block", "fall"). Only set for player-* class detections. Null for ball/rim/etc.

Implementation

final String? action;