| 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 ListLexiconsResponse |
PollyClient.listLexicons()
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(Consumer<ListLexiconsRequest.Builder> listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default ListLexiconsResponse |
PollyClient.listLexicons(ListLexiconsRequest listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLexiconsResponse> |
PollyAsyncClient.listLexicons()
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default CompletableFuture<ListLexiconsResponse> |
PollyAsyncClient.listLexicons(Consumer<ListLexiconsRequest.Builder> listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
default CompletableFuture<ListLexiconsResponse> |
PollyAsyncClient.listLexicons(ListLexiconsRequest listLexiconsRequest)
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
Copyright © 2023. All rights reserved.