includeDiagnosticRgba property

  1. @TagNumber.new(1)
bool get includeDiagnosticRgba

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);
  1. @TagNumber.new(1)
set includeDiagnosticRgba (bool value)

Implementation

@$pb.TagNumber(1)
set includeDiagnosticRgba($core.bool value) => $_setBool(0, value);