| Package | Description |
|---|---|
| com.amazonaws.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskResult |
AmazonPollyClient.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest request)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
StartSpeechSynthesisTaskResult |
AbstractAmazonPolly.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest request) |
StartSpeechSynthesisTaskResult |
AmazonPolly.startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSpeechSynthesisTaskResult> |
AbstractAmazonPollyAsync.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest request,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler) |
Future<StartSpeechSynthesisTaskResult> |
AmazonPollyAsyncClient.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest request,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler) |
Future<StartSpeechSynthesisTaskResult> |
AmazonPollyAsync.startSpeechSynthesisTaskAsync(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest,
AsyncHandler<StartSpeechSynthesisTaskRequest,StartSpeechSynthesisTaskResult> asyncHandler)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskResult |
StartSpeechSynthesisTaskResult.clone() |
StartSpeechSynthesisTaskResult |
StartSpeechSynthesisTaskResult.withSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
Copyright © 2023. All rights reserved.