| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
SynthesisTask |
GetSpeechSynthesisTaskResponse.synthesisTask()
SynthesisTask object that provides information from the requested task, including output format, creation time,
task status, and so on.
|
SynthesisTask |
StartSpeechSynthesisTaskResponse.synthesisTask()
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
| Modifier and Type | Method and Description |
|---|---|
List<SynthesisTask> |
ListSpeechSynthesisTasksResponse.synthesisTasks()
List of SynthesisTask objects that provides information from the specified task in the list request, including
output format, creation time, task status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
GetSpeechSynthesisTaskResponse.Builder |
GetSpeechSynthesisTaskResponse.Builder.synthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information from the requested task, including output format, creation
time, task status, and so on.
|
StartSpeechSynthesisTaskResponse.Builder |
StartSpeechSynthesisTaskResponse.Builder.synthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.synthesisTasks(SynthesisTask... synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request,
including output format, creation time, task status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.synthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request,
including output format, creation time, task status, and so on.
|
Copyright © 2023. All rights reserved.