Amazon Polly · Arazzo Workflow
Amazon Polly Store Lexicon, Start Async Task, and Poll
Version 1.0.0
Store a lexicon, start an async synthesis task applying it, then poll to completion.
View Spec
View on GitHub
AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AIArazzoWorkflows
Provider
Workflows
lexicon-async-task-poll
Store a lexicon, start a synthesis task that applies it, and poll to completion.
Stores a PLS lexicon, starts an asynchronous synthesis task that applies the lexicon and writes to S3, and polls the task status until it completes or fails.
1
putLexicon
PutLexicon
Store the PLS lexicon to be applied during the synthesis task.
2
startTask
StartSpeechSynthesisTask
Start an asynchronous synthesis task that applies the stored lexicon and writes its output to the supplied S3 bucket.
3
pollTask
GetSpeechSynthesisTask
Poll the synthesis task by id, branching back to poll again while it is still scheduled or in progress.