The segmentation mask for instance segmentation tasks.
Only available when using segmentation models (YOLOTask.segment). Each inner list represents a row of mask values.
final List<List<double>>? mask;