Module Values.GetSpeechSynthesisTaskInputSource

Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.

Sourcetype nonrec t = {
  1. taskId : TaskId.t;
    (*

    The Amazon Polly generated identifier for a speech synthesis task.

    *)
}
Sourceval context_ : string
Sourceval make : taskId:TaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TaskId.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