| 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 |
|---|---|
ListSpeechSynthesisTasksRequest |
ListSpeechSynthesisTasksRequest.withMaxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
|
ListSpeechSynthesisTasksRequest |
ListSpeechSynthesisTasksRequest.withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of speech synthesis tasks.
|
ListSpeechSynthesisTasksRequest |
ListSpeechSynthesisTasksRequest.withStatus(String status)
Status of the speech synthesis tasks returned in a List operation
|
ListSpeechSynthesisTasksRequest |
ListSpeechSynthesisTasksRequest.withStatus(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
|
Copyright © 2019. All rights reserved.