Finding Help with AWS Polly in the CLI

Use the help command to get a list of commands that are available in AWS Polly CLI.

aws polly help

To get help, for a specific command in Polly:

aws polly COMMAND help

For example,

aws polly synthesize-speech help

Using Amazon Polly on the AWS CLI

Amazon Polly is a managed service provided by AWS that makes it easy to synthesize speech from text. In this article, we will learn how to use Polly through the AWS CLI. We will learn how to use all the commands available in Polly along with some examples.

Similar Reads

Using Polly with AWS CLI

Make sure you have the latest version of AWS CLI and configured your access keys before proceeding further....

Finding Help with AWS Polly in the CLI

Use the help command to get a list of commands that are available in AWS Polly CLI....

Synthesizing speech using AWS CLI commands

To synthesize speech use the `synthesize-speech` command.aws polly synthesize-speech \ --output-format mp3 \ --voice-id Joanna \ --text 'Hello, This is a sample text recorded using AWS Polly.' \ hello.mp3...

Managing Lexicons

Pronunciation lexicons allows you to customize the pronunciation of words. For example, you can use lexicons pronounce AWS as Amazon Web Services. You can generate lexicons in an AWS region. Those lexicons are then specific to that region. You can manage lexicons using the `list-lexicons`, `put-lexicon`, `get-lexicon` and `delete-lexicon` commands....

Using Amazon Polly on the AWS CLI – FAQs

How do I get help for AWS Polly CLI?...