width property

  1. @TagNumber.new(1)
int get width

Both masks always describe the source image dimensions, not the model's internal 512x512 input or 128x128 logits grid.

Implementation

@$pb.TagNumber(1)
$core.int get width => $_getIZ(0);
  1. @TagNumber.new(1)
set width (int value)

Implementation

@$pb.TagNumber(1)
set width($core.int value) => $_setUnsignedInt32(0, value);