includeDiagnosticRgba property
When true, also return a deterministic class-colour RGBA image. The canonical class_mask_u16_le remains the machine-readable result.
Implementation
@$pb.TagNumber(1)
$core.bool get includeDiagnosticRgba => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set includeDiagnosticRgba($core.bool value) => $_setBool(0, value);