Uses of Class
software.amazon.awssdk.services.polly.model.SynthesisTask
-
Packages that use SynthesisTask Package Description software.amazon.awssdk.services.polly.model -
-
Uses of SynthesisTask in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return SynthesisTask Modifier and Type Method Description SynthesisTaskGetSpeechSynthesisTaskResponse. synthesisTask()SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.SynthesisTaskStartSpeechSynthesisTaskResponse. synthesisTask()SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type SynthesisTask Modifier and Type Method 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.Methods in software.amazon.awssdk.services.polly.model with parameters of type SynthesisTask Modifier and Type Method Description GetSpeechSynthesisTaskResponse.BuilderGetSpeechSynthesisTaskResponse.Builder. synthesisTask(SynthesisTask synthesisTask)SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.StartSpeechSynthesisTaskResponse.BuilderStartSpeechSynthesisTaskResponse.Builder. synthesisTask(SynthesisTask synthesisTask)SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.ListSpeechSynthesisTasksResponse.BuilderListSpeechSynthesisTasksResponse.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.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type SynthesisTask Modifier and Type Method Description ListSpeechSynthesisTasksResponse.BuilderListSpeechSynthesisTasksResponse.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.
-