intermediateImageData property

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

Optional intermediate image bytes (PNG when surfaced by Swift/Kotlin/RN; raw RGBA when surfaced by the C ABI). Present only when the caller requested intermediate-image reporting and the engine has produced one for this step.

Implementation

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

Implementation

@$pb.TagNumber(5)
set intermediateImageData($core.List<$core.int> value) =>
    $_setBytes(4, value);