| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<SynthesizeSpeechResponse> |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)
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 SynthesizeSpeechResponse |
PollyClient.synthesizeSpeech(SynthesizeSpeechRequest 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 <ReturnT> ReturnT |
PollyClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest.Builder |
SynthesizeSpeechRequestMarshaller.marshall(SynthesizeSpeechRequest synthesizeSpeechRequest) |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechRequest |
SynthesizeSpeechPresignRequest.synthesizeSpeechRequest() |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechPresignRequest.Builder |
SynthesizeSpeechPresignRequest.Builder.synthesizeSpeechRequest(SynthesizeSpeechRequest synthesizeSpeechRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SynthesizeSpeechRequestMarshaller.marshall(SynthesizeSpeechRequest synthesizeSpeechRequest) |
Copyright © 2023. All rights reserved.