Expand description
Amazon Polly is a web service that makes it easy to synthesize speech from text.
The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.
If you’re using the service, you’re probably looking for PollyClient and Polly.
Structs§
- Delete
Lexicon Input - Delete
Lexicon Output - Describe
Voices Input - Describe
Voices Output - GetLexicon
Input - GetLexicon
Output - GetSpeech
Synthesis Task Input - GetSpeech
Synthesis Task Output - Lexicon
Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
- Lexicon
Attributes Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
- Lexicon
Description Describes the content of the lexicon.
- List
Lexicons Input - List
Lexicons Output - List
Speech Synthesis Tasks Input - List
Speech Synthesis Tasks Output - Polly
Client - A client for the Amazon Polly API.
- PutLexicon
Input - PutLexicon
Output - Start
Speech Synthesis Task Input - Start
Speech Synthesis Task Output - Synthesis
Task SynthesisTask object that provides information about a speech synthesis task.
- Synthesize
Speech Input - Synthesize
Speech Output - Voice
Description of the voice.
Enums§
- Delete
Lexicon Error - Errors returned by DeleteLexicon
- Describe
Voices Error - Errors returned by DescribeVoices
- GetLexicon
Error - Errors returned by GetLexicon
- GetSpeech
Synthesis Task Error - Errors returned by GetSpeechSynthesisTask
- List
Lexicons Error - Errors returned by ListLexicons
- List
Speech Synthesis Tasks Error - Errors returned by ListSpeechSynthesisTasks
- PutLexicon
Error - Errors returned by PutLexicon
- Start
Speech Synthesis Task Error - Errors returned by StartSpeechSynthesisTask
- Synthesize
Speech Error - Errors returned by SynthesizeSpeech
Traits§
- Polly
- Trait representing the capabilities of the Amazon Polly API. Amazon Polly clients implement this trait.