| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| Modifier and Type | Method and Description |
|---|---|
default SynthesizeSpeechResponse |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest,
Path destinationPath)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
default SynthesizeSpeechResponse |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest,
Path destinationPath)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
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 ResponseInputStream<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)
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 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.
|
| Modifier and Type | Method and 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> ReturnT |
PollyClient.synthesizeSpeech(Consumer<SynthesizeSpeechRequest.Builder> synthesizeSpeechRequest,
ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer)
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> ReturnT |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest,
ResponseTransformer<SynthesizeSpeechResponse,ReturnT> responseTransformer)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
Copyright © 2023. All rights reserved.