Module Values.ImageBlockDeltaSource

A streaming delta event that contains incremental image data during streaming responses.

Sourcetype nonrec t = {
  1. source : ImageSource.t option;
    (*

    The incremental image source data for this delta event.

    *)
  2. error : ErrorBlock.t option;
    (*

    Error information if this image delta could not be processed.

    *)
}
Sourceval make : ?source:??? -> ?error:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t