width property
Required for VLM_IMAGE_FORMAT_RAW_RGB and VLM_IMAGE_FORMAT_RAW_RGBA (consumers cannot infer dimensions for raw pixel buffers). Optional for encoded / file_path / base64 sources where the decoder reads dimensions from the container.
Implementation
@$pb.TagNumber(5)
$core.int get width => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set width($core.int value) => $_setSignedInt32(4, value);