| 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 |
|---|---|
GetLexiconResult |
AmazonPollyClient.getLexicon(GetLexiconRequest getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an
AWS Region.
|
GetLexiconResult |
AmazonPolly.getLexicon(GetLexiconRequest getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an
AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
GetLexiconResult |
GetLexiconResult.withLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
GetLexiconResult |
GetLexiconResult.withLexiconAttributes(LexiconAttributes lexiconAttributes)
Metadata of the lexicon, including phonetic alphabetic used, language
code, lexicon ARN, number of lexemes defined in the lexicon, and size of
lexicon in bytes.
|
Copyright © 2019. All rights reserved.