| 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 |
| Modifier and Type | Method and Description |
|---|---|
default StartSpeechSynthesisTaskResponse |
PollyClient.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
default CompletableFuture<StartSpeechSynthesisTaskResponse> |
PollyAsyncClient.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
StartSpeechSynthesisTaskRequestMarshaller.marshall(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest) |
Copyright © 2023. All rights reserved.