Values.ImageBlockDeltaSourceA streaming delta event that contains incremental image data during streaming responses.
type nonrec t = {source : ImageSource.t option;The incremental image source data for this delta event.
*)error : ErrorBlock.t option;Error information if this image delta could not be processed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of ImageSourceBytesBlob.t
| `String of String_.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list ]