| 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 |
SynthesizeSpeechRequest.setEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
void |
DescribeVoicesRequest.setEngine(Engine engine)
Specifies the engine (
standard or neural) used by Amazon Polly when processing input
text for speech synthesis. |
SynthesisTask |
SynthesisTask.withEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
DescribeVoicesRequest |
DescribeVoicesRequest.withEngine(Engine engine)
Specifies the engine (
standard or neural) used by Amazon Polly when processing input
text for speech synthesis. |
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withEngine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
Voice |
Voice.withSupportedEngines(Engine... supportedEngines)
Specifies which engines (
standard or neural) that are supported by a given voice. |
Copyright © 2022. All rights reserved.