| 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 |
|---|---|
ListSpeechSynthesisTasksResult |
AbstractAmazonPolly.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest request) |
ListSpeechSynthesisTasksResult |
AmazonPolly.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
ListSpeechSynthesisTasksResult |
AmazonPollyClient.listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest request)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSpeechSynthesisTasksResult> |
AbstractAmazonPollyAsync.listSpeechSynthesisTasksAsync(ListSpeechSynthesisTasksRequest request,
AsyncHandler<ListSpeechSynthesisTasksRequest,ListSpeechSynthesisTasksResult> asyncHandler) |
Future<ListSpeechSynthesisTasksResult> |
AmazonPollyAsyncClient.listSpeechSynthesisTasksAsync(ListSpeechSynthesisTasksRequest request,
AsyncHandler<ListSpeechSynthesisTasksRequest,ListSpeechSynthesisTasksResult> asyncHandler) |
Future<ListSpeechSynthesisTasksResult> |
AmazonPollyAsync.listSpeechSynthesisTasksAsync(ListSpeechSynthesisTasksRequest listSpeechSynthesisTasksRequest,
AsyncHandler<ListSpeechSynthesisTasksRequest,ListSpeechSynthesisTasksResult> asyncHandler)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksResult |
ListSpeechSynthesisTasksResult.clone() |
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 © 2024. All rights reserved.