| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVoicesResponse |
PollyClient.describeVoices(DescribeVoicesRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeVoicesRequestMarshaller.marshall(DescribeVoicesRequest describeVoicesRequest) |
Copyright © 2023. All rights reserved.