image property

  1. @TagNumber.new(9)
List<int> get image

Source picture. Its presence promotes the request to image-to-image; adding mask_image promotes it to inpainting. Must be an encoded PNG or JPEG container.

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get image => $_getN(8);
  1. @TagNumber.new(9)
set image (List<int> value)

Implementation

@$pb.TagNumber(9)
set image($core.List<$core.int> value) => $_setBytes(8, value);