Values.GetImageFrameRequestSourceGet an image frame (pixel data) for an image set.
type nonrec t = {datastoreId : DatastoreId.t;The data store identifier.
*)imageSetId : ImageSetId.t;The image set identifier.
*)imageFrameInformation : ImageFrameInformation.t;Information about the image frame (pixel data) identifier.
*)}val make :
datastoreId:DatastoreId.t ->
imageSetId:ImageSetId.t ->
imageFrameInformation:ImageFrameInformation.t ->
unit ->
tval of_header_and_body :
((string, DatastoreId.t) Awso.Import.List.Assoc.t * ImageFrameInformation.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DatastoreId.t
| `Structure of (string * [> `String of ImageFrameId.t ]) list ])
list ]