Values.AudioSourceSourceThe source of audio data, which can be provided either as raw bytes or a reference to an S3 location.
type nonrec t = {bytes : AudioSourceBytesBlob.t option;Audio data encoded in base64.
*)s3Location : S3Location.t option;A reference to audio data stored in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of AudioSourceBytesBlob.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]