Uses of Class
software.amazon.awssdk.services.polly.model.SynthesizeSpeechResponse
-
Packages that use SynthesizeSpeechResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of SynthesizeSpeechResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return SynthesizeSpeechResponse Modifier and Type Method Description default SynthesizeSpeechResponsePollyClient. synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest, Path destinationPath)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default SynthesizeSpeechResponsePollyClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, Path destinationPath)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.Methods in software.amazon.awssdk.services.polly that return types with arguments of type SynthesizeSpeechResponse Modifier and Type Method Description default CompletableFuture<SynthesizeSpeechResponse>PollyAsyncClient. synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest, Path destinationPath)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default CompletableFuture<SynthesizeSpeechResponse>PollyAsyncClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, Path destinationPath)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default ResponseInputStream<SynthesizeSpeechResponse>PollyClient. synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default ResponseInputStream<SynthesizeSpeechResponse>PollyClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default ResponseBytes<SynthesizeSpeechResponse>PollyClient. synthesizeSpeechAsBytes(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default ResponseBytes<SynthesizeSpeechResponse>PollyClient. synthesizeSpeechAsBytes(SynthesizeSpeechRequest synthesizeSpeechRequest)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.Method parameters in software.amazon.awssdk.services.polly with type arguments of type SynthesizeSpeechResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>PollyAsyncClient. synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest, AsyncResponseTransformer<SynthesizeSpeechResponse,ReturnT> asyncResponseTransformer)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default <ReturnT> CompletableFuture<ReturnT>PollyAsyncClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, AsyncResponseTransformer<SynthesizeSpeechResponse,ReturnT> asyncResponseTransformer)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default <ReturnT> ReturnTPollyClient. synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest, ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.default <ReturnT> ReturnTPollyClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer)Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
-