| 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 |
|---|---|
GetSpeechSynthesisTaskResult |
AmazonPollyClient.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest request)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
GetSpeechSynthesisTaskResult |
AbstractAmazonPolly.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest request) |
GetSpeechSynthesisTaskResult |
AmazonPolly.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSpeechSynthesisTaskResult> |
AmazonPollyAsyncClient.getSpeechSynthesisTaskAsync(GetSpeechSynthesisTaskRequest request,
AsyncHandler<GetSpeechSynthesisTaskRequest,GetSpeechSynthesisTaskResult> asyncHandler) |
Future<GetSpeechSynthesisTaskResult> |
AmazonPollyAsync.getSpeechSynthesisTaskAsync(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest,
AsyncHandler<GetSpeechSynthesisTaskRequest,GetSpeechSynthesisTaskResult> asyncHandler)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
Future<GetSpeechSynthesisTaskResult> |
AbstractAmazonPollyAsync.getSpeechSynthesisTaskAsync(GetSpeechSynthesisTaskRequest request,
AsyncHandler<GetSpeechSynthesisTaskRequest,GetSpeechSynthesisTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSpeechSynthesisTaskResult |
GetSpeechSynthesisTaskResult.clone() |
GetSpeechSynthesisTaskResult |
GetSpeechSynthesisTaskResult.withSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information from the requested task, including output format, creation time,
task status, and so on.
|
Copyright © 2023. All rights reserved.