| 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 |
|---|---|
GetSpeechSynthesisTaskResult |
AmazonPollyClient.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
GetSpeechSynthesisTaskResult |
AmazonPolly.getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest getSpeechSynthesisTaskRequest)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All rights reserved.