Module Values.GetImageFrameRequestSource

Get an image frame (pixel data) for an image set.

Sourcetype nonrec t = {
  1. datastoreId : DatastoreId.t;
    (*

    The data store identifier.

    *)
  2. imageSetId : ImageSetId.t;
    (*

    The image set identifier.

    *)
  3. imageFrameInformation : ImageFrameInformation.t;
    (*

    Information about the image frame (pixel data) identifier.

    *)
}
Sourceval context_ : string
Sourceval make : datastoreId:DatastoreId.t -> imageSetId:ImageSetId.t -> imageFrameInformation:ImageFrameInformation.t -> unit -> t
Sourceval of_header_and_body : ((string, DatastoreId.t) Awso.Import.List.Assoc.t * ImageFrameInformation.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DatastoreId.t | `Structure of (string * [> `String of ImageFrameId.t ]) 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