| 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.
|
Future<GetLexiconResult> |
AmazonPollyAsyncClient.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> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request) |
Future<GetLexiconResult> |
AmazonPollyAsyncClient.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.
|
Future<GetLexiconResult> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLexiconResult> |
AmazonPollyAsyncClient.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.
|
Future<GetLexiconResult> |
AbstractAmazonPollyAsync.getLexiconAsync(GetLexiconRequest request,
AsyncHandler<GetLexiconRequest,GetLexiconResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLexiconRequest |
GetLexiconRequest.clone() |
GetLexiconRequest |
GetLexiconRequest.withName(String name)
Name of the lexicon.
|
Copyright © 2022. All rights reserved.