| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
default GetLexiconResponse |
PollyClient.getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default CompletableFuture<GetLexiconResponse> |
PollyAsyncClient.getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)
Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static GetLexiconRequest.Builder |
GetLexiconRequest.builder() |
GetLexiconRequest.Builder |
GetLexiconRequest.Builder.name(String name)
Name of the lexicon.
|
GetLexiconRequest.Builder |
GetLexiconRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLexiconRequest.Builder |
GetLexiconRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLexiconRequest.Builder |
GetLexiconRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLexiconRequest.Builder> |
GetLexiconRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.