| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
SynthesisTask |
SynthesisTask.clone() |
SynthesisTask |
GetSpeechSynthesisTaskResult.getSynthesisTask()
SynthesisTask object that provides information from the requested task, including output format, creation time,
task status, and so on.
|
SynthesisTask |
StartSpeechSynthesisTaskResult.getSynthesisTask()
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
SynthesisTask |
SynthesisTask.withCreationTime(Date creationTime)
Timestamp for the time the synthesis task was started.
|
SynthesisTask |
SynthesisTask.withEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
SynthesisTask |
SynthesisTask.withEngine(String engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
SynthesisTask |
SynthesisTask.withLanguageCode(LanguageCode languageCode)
Optional language code for a synthesis task.
|
SynthesisTask |
SynthesisTask.withLanguageCode(String languageCode)
Optional language code for a synthesis task.
|
SynthesisTask |
SynthesisTask.withLexiconNames(Collection<String> lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesisTask |
SynthesisTask.withLexiconNames(String... lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesisTask |
SynthesisTask.withOutputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
SynthesisTask |
SynthesisTask.withOutputFormat(String outputFormat)
The format in which the returned output will be encoded.
|
SynthesisTask |
SynthesisTask.withOutputUri(String outputUri)
Pathway for the output speech file.
|
SynthesisTask |
SynthesisTask.withRequestCharacters(Integer requestCharacters)
Number of billable characters synthesized.
|
SynthesisTask |
SynthesisTask.withSampleRate(String sampleRate)
The audio frequency specified in Hz.
|
SynthesisTask |
SynthesisTask.withSnsTopicArn(String snsTopicArn)
ARN for the SNS topic optionally used for providing status notification for a speech synthesis task.
|
SynthesisTask |
SynthesisTask.withSpeechMarkTypes(Collection<String> speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesisTask |
SynthesisTask.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesisTask |
SynthesisTask.withSpeechMarkTypes(String... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesisTask |
SynthesisTask.withTaskId(String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
|
SynthesisTask |
SynthesisTask.withTaskStatus(String taskStatus)
Current status of the individual speech synthesis task.
|
SynthesisTask |
SynthesisTask.withTaskStatus(TaskStatus taskStatus)
Current status of the individual speech synthesis task.
|
SynthesisTask |
SynthesisTask.withTaskStatusReason(String taskStatusReason)
Reason for the current status of a specific speech synthesis task, including errors if the task has failed.
|
SynthesisTask |
SynthesisTask.withTextType(String textType)
Specifies whether the input text is plain text or SSML.
|
SynthesisTask |
SynthesisTask.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesisTask |
SynthesisTask.withVoiceId(String voiceId)
Voice ID to use for the synthesis.
|
SynthesisTask |
SynthesisTask.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
| Modifier and Type | Method and Description |
|---|---|
List<SynthesisTask> |
ListSpeechSynthesisTasksResult.getSynthesisTasks()
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSpeechSynthesisTaskResult.setSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information from the requested task, including output format, creation time,
task status, and so on.
|
void |
StartSpeechSynthesisTaskResult.setSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
GetSpeechSynthesisTaskResult |
GetSpeechSynthesisTaskResult.withSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information from the requested task, including output format, creation time,
task status, and so on.
|
StartSpeechSynthesisTaskResult |
StartSpeechSynthesisTaskResult.withSynthesisTask(SynthesisTask synthesisTask)
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSpeechSynthesisTasksResult.setSynthesisTasks(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(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.
|
Copyright © 2021. All rights reserved.