| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static Engine |
Engine.fromValue(String value)
Use this in place of valueOf.
|
static Engine |
Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engine[] |
Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVoicesRequest.setEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) used by Amazon Polly
when processing input text for speech synthesis. |
void |
SynthesizeSpeechRequest.setEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
SynthesisTask |
SynthesisTask.withEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
DescribeVoicesRequest |
DescribeVoicesRequest.withEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) used by Amazon Polly
when processing input text for speech synthesis. |
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
Voice |
Voice.withSupportedEngines(Engine... supportedEngines)
Specifies which engines (
standard, neural or long-form) are supported by a
given voice. |
Copyright © 2023. All rights reserved.