| 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 |
|---|---|
ListLexiconsResult |
AmazonPollyClient.listLexicons(ListLexiconsRequest listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an AWS Region.
|
ListLexiconsResult |
AmazonPolly.listLexicons(ListLexiconsRequest listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListLexiconsResult |
ListLexiconsResult.withLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResult |
ListLexiconsResult.withLexicons(LexiconDescription... lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResult |
ListLexiconsResult.withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of lexicons.
|
Copyright © 2019. All rights reserved.