Values.AuditImageSourceAn image that is picked from the Face Liveness video and returned for audit trail purposes, returned as Base64-encoded bytes.
type nonrec t = {bytes : LivenessImageBlob.t option;The Base64-encoded bytes representing an image selected from the Face Liveness video and returned for audit purposes.
*)s3Object : S3Object.t option;boundingBox : BoundingBox.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of LivenessImageBlob.t
| `Structure of
(string * [> `Float of Float_.t | `String of S3Bucket.t ]) list ])
list ]