| 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 DescribeVoicesResponse |
PollyClient.describeVoices()
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(Consumer<DescribeVoicesRequest.Builder> describeVoicesRequest)
Returns the list of voices that are available for use when requesting speech synthesis.
|
default DescribeVoicesResponse |
PollyClient.describeVoices(DescribeVoicesRequest describeVoicesRequest)
Returns the list of voices that are available for use when requesting speech synthesis.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeVoicesResponse> |
PollyAsyncClient.describeVoices()
Returns the list of voices that are available for use when requesting speech synthesis.
|
default CompletableFuture<DescribeVoicesResponse> |
PollyAsyncClient.describeVoices(Consumer<DescribeVoicesRequest.Builder> describeVoicesRequest)
Returns the list of voices that are available for use when requesting speech synthesis.
|
default CompletableFuture<DescribeVoicesResponse> |
PollyAsyncClient.describeVoices(DescribeVoicesRequest describeVoicesRequest)
Returns the list of voices that are available for use when requesting speech synthesis.
|
Copyright © 2023. All rights reserved.