Uses of Class
software.amazon.awssdk.services.polly.model.DescribeVoicesResponse
-
Packages that use DescribeVoicesResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of DescribeVoicesResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return DescribeVoicesResponse Modifier and Type Method Description default DescribeVoicesResponsePollyClient. describeVoices()Returns the list of voices that are available for use when requesting speech synthesis.default DescribeVoicesResponsePollyClient. describeVoices(Consumer<DescribeVoicesRequest.Builder> describeVoicesRequest)Returns the list of voices that are available for use when requesting speech synthesis.default DescribeVoicesResponsePollyClient. describeVoices(DescribeVoicesRequest describeVoicesRequest)Returns the list of voices that are available for use when requesting speech synthesis.Methods in software.amazon.awssdk.services.polly that return types with arguments of type DescribeVoicesResponse Modifier and Type Method 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.
-