Amazon Polly · Arazzo Workflow
Amazon Polly Start Synthesis Task and Poll to Completion
Version 1.0.0
Start an async speech synthesis task, then poll it until it completes.
View Spec
View on GitHub
AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AIArazzoWorkflows
Provider
Workflows
start-synthesis-task-poll
Start an asynchronous synthesis task and poll it until it reaches a terminal state.
Submits a long-form synthesis task to an S3 bucket, captures the task id, and polls the task status until it is no longer scheduled or inProgress, branching back to poll again while still running.
1
startTask
StartSpeechSynthesisTask
Start an asynchronous speech synthesis task that writes its output audio to the supplied S3 bucket, returning a task id to poll on.
2
pollTask
GetSpeechSynthesisTask
Poll the synthesis task by id, branching back to poll again while the task is still scheduled or in progress.