| 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 PutLexiconResponse |
PollyClient.putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)
Stores a pronunciation lexicon in an Amazon Web Services Region.
|
default CompletableFuture<PutLexiconResponse> |
PollyAsyncClient.putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)
Stores a pronunciation lexicon in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static PutLexiconRequest.Builder |
PutLexiconRequest.builder() |
PutLexiconRequest.Builder |
PutLexiconRequest.Builder.content(String content)
Content of the PLS lexicon as string data.
|
PutLexiconRequest.Builder |
PutLexiconRequest.Builder.name(String name)
Name of the lexicon.
|
PutLexiconRequest.Builder |
PutLexiconRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutLexiconRequest.Builder |
PutLexiconRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutLexiconRequest.Builder |
PutLexiconRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutLexiconRequest.Builder> |
PutLexiconRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.