Module Values.MedicalTranscriptSource

Provides you with the Amazon S3 URI you can use to access your transcript.

Sourcetype nonrec t = {
  1. transcriptFileUri : Uri_.t option;
    (*

    The Amazon S3 location of your transcript. You can use this URI to access or download your transcript. Note that this is the Amazon S3 location you specified in your request using the OutputBucketName parameter.

    *)
}
Sourceval make : ?transcriptFileUri:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Uri_.t ]) 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