| 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 |
| Modifier and Type | Method and Description |
|---|---|
GetLexiconResult |
AmazonPollyClient.getLexicon(GetLexiconRequest request)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
GetLexiconResult |
AbstractAmazonPolly.getLexicon(GetLexiconRequest request) |
GetLexiconResult |
AmazonPolly.getLexicon(GetLexiconRequest getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLexiconResult> |
AmazonPollyAsyncClient.getLexiconAsync(GetLexiconRequest request) |
Future<GetLexiconResult> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request) |
Future<GetLexiconResult> |
AmazonPollyAsync.getLexiconAsync(GetLexiconRequest getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
Future<GetLexiconResult> |
AmazonPollyAsyncClient.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
Future<GetLexiconResult> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
Future<GetLexiconResult> |
AmazonPollyAsync.getLexiconAsync(GetLexiconRequest getLexiconRequest,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLexiconResult> |
AmazonPollyAsyncClient.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
Future<GetLexiconResult> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
Future<GetLexiconResult> |
AmazonPollyAsync.getLexiconAsync(GetLexiconRequest getLexiconRequest,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
GetLexiconResult |
GetLexiconResult.clone() |
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 © 2024. All rights reserved.