inputImageWidth property

  1. @TagNumber.new(15)
int get inputImageWidth

Dimensions for raw input_image payloads when the backend cannot infer them from an encoded container.

Implementation

@$pb.TagNumber(15)
$core.int get inputImageWidth => $_getIZ(14);
  1. @TagNumber.new(15)
set inputImageWidth (int value)

Implementation

@$pb.TagNumber(15)
set inputImageWidth($core.int value) => $_setSignedInt32(14, value);