Module Values.AuditImageSource

An image that is picked from the Face Liveness video and returned for audit trail purposes, returned as Base64-encoded bytes.

Sourcetype nonrec t = {
  1. bytes : LivenessImageBlob.t option;
    (*

    The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.

    *)
  2. s3Object : S3Object.t option;
  3. boundingBox : BoundingBox.t option;
}
Sourceval make : ?bytes:??? -> ?s3Object:??? -> ?boundingBox:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of LivenessImageBlob.t | `Structure of (string * [> `Float of Float_.t | `String of S3Bucket.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