imageData property

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

Encoded image. PNG bytes on Swift/Kotlin/RN; raw RGBA bytes on the C ABI / Web llamacpp surface. (Encoding is a property of the backend's vtable, not of this message.)

Implementation

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

Implementation

@$pb.TagNumber(1)
set imageData($core.List<$core.int> value) => $_setBytes(0, value);