| Package | Description |
|---|---|
| com.amazonaws.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| com.amazonaws.services.polly.model |
Classes modeling the various types represented by AmazonPolly
|
| Modifier and Type | Method and Description |
|---|---|
PutLexiconResult |
AmazonPollyClient.putLexicon(PutLexiconRequest putLexiconRequest)
Stores a pronunciation lexicon in an AWS Region.
|
PutLexiconResult |
AmazonPolly.putLexicon(PutLexiconRequest putLexiconRequest)
Stores a pronunciation lexicon in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
PutLexiconRequest |
PutLexiconRequest.withContent(String content)
Content of the PLS lexicon as string data.
|
PutLexiconRequest |
PutLexiconRequest.withName(String name)
Name of the lexicon.
|
Copyright © 2019. All rights reserved.