Polly Synthesize Speech
Polly Synthesize Speech Integration
Description
Integration of Speech Synthesizer using AWS Polly (Node applications only) See Enum PollyVoices for an exhaustive list of all the available voices.
Inputs
- Control Flow (Control Flow)
- pollyVoice (String): ID of the voice to synthesize, in the form languageCode_voiceId
- text (String): Text to synthesize
Outputs
- Control Flow (Control Flow)
- audio (String): Audio Content resulting from the Synthesizer (or error message, in case of error)
- errorFlow (Error Flow)