getSpeechSynthesisTask
inline suspend fun PollyClient.getSpeechSynthesisTask(crossinline block: GetSpeechSynthesisTaskRequest.Builder.() -> Unit): GetSpeechSynthesisTaskResponse
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.