Uses of Class
software.amazon.awssdk.services.polly.model.SynthesizeSpeechRequest
-
Packages that use SynthesizeSpeechRequest 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.internal.presigner.model.transform software.amazon.awssdk.services.polly.presigner.model software.amazon.awssdk.services.polly.transform -
-
Uses of SynthesizeSpeechRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description default CompletableFuture<SynthesizeSpeechResponse>PollyAsyncClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, Path destinationPath)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 ResponseInputStream<SynthesizeSpeechResponse>PollyClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)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.default <ReturnT> ReturnTPollyClient. synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest, ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer)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. -
Uses of SynthesizeSpeechRequest in software.amazon.awssdk.services.polly.internal.presigner.model.transform
Methods in software.amazon.awssdk.services.polly.internal.presigner.model.transform with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SdkHttpFullRequest.BuilderSynthesizeSpeechRequestMarshaller. marshall(SynthesizeSpeechRequest synthesizeSpeechRequest) -
Uses of SynthesizeSpeechRequest in software.amazon.awssdk.services.polly.presigner.model
Methods in software.amazon.awssdk.services.polly.presigner.model that return SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequestSynthesizeSpeechPresignRequest. synthesizeSpeechRequest()Methods in software.amazon.awssdk.services.polly.presigner.model with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechPresignRequest.BuilderSynthesizeSpeechPresignRequest.Builder. synthesizeSpeechRequest(SynthesizeSpeechRequest synthesizeSpeechRequest) -
Uses of SynthesizeSpeechRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SdkHttpFullRequestSynthesizeSpeechRequestMarshaller. marshall(SynthesizeSpeechRequest synthesizeSpeechRequest)
-