Uses of Class
software.amazon.awssdk.services.polly.model.DescribeVoicesRequest
-
Packages that use DescribeVoicesRequest 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 -
-
Uses of DescribeVoicesRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type DescribeVoicesRequest Modifier and Type Method Description default CompletableFuture<DescribeVoicesResponse>PollyAsyncClient. describeVoices(DescribeVoicesRequest 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. -
Uses of DescribeVoicesRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type DescribeVoicesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeVoicesRequestMarshaller. marshall(DescribeVoicesRequest describeVoicesRequest)
-