| 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 |
Classes modeling the various types represented by AmazonPolly
|
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksResult |
AmazonPollyClient.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation
date.
|
ListSpeechSynthesisTasksResult |
AmazonPolly.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation
date.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksResult |
ListSpeechSynthesisTasksResult.withNextToken(String nextToken)
An opaque pagination token returned from the previous List operation in
this request.
|
ListSpeechSynthesisTasksResult |
ListSpeechSynthesisTasksResult.withSynthesisTasks(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.
|
ListSpeechSynthesisTasksResult |
ListSpeechSynthesisTasksResult.withSynthesisTasks(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 © 2019. All rights reserved.