| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteLexiconResponse |
PollyClient.deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default DeleteLexiconResponse |
PollyClient.deleteLexicon(DeleteLexiconRequest deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteLexiconResponse> |
PollyAsyncClient.deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
default CompletableFuture<DeleteLexiconResponse> |
PollyAsyncClient.deleteLexicon(DeleteLexiconRequest deleteLexiconRequest)
Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
|
Copyright © 2023. All rights reserved.