| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
Engine |
StartSpeechSynthesisTaskRequest.engine()
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
Engine |
SynthesisTask.engine()
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
Engine |
DescribeVoicesRequest.engine()
Specifies the engine (
standard or neural) used by Amazon Polly when processing input
text for speech synthesis. |
Engine |
SynthesizeSpeechRequest.engine()
Specifies the engine (
standard or neural) for Amazon Polly to use when processing input
text for speech synthesis. |
static Engine |
Engine.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<Engine> |
Engine.knownValues()
|
List<Engine> |
Voice.supportedEngines()
Specifies which engines (
standard or neural) that are supported by a given voice. |
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.engine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing
input text for speech synthesis. |
SynthesisTask.Builder |
SynthesisTask.Builder.engine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing
input text for speech synthesis. |
DescribeVoicesRequest.Builder |
DescribeVoicesRequest.Builder.engine(Engine engine)
Specifies the engine (
standard or neural) used by Amazon Polly when processing
input text for speech synthesis. |
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.engine(Engine engine)
Specifies the engine (
standard or neural) for Amazon Polly to use when processing
input text for speech synthesis. |
Voice.Builder |
Voice.Builder.supportedEngines(Engine... supportedEngines)
Specifies which engines (
standard or neural) that are supported by a given voice. |
| Modifier and Type | Method and Description |
|---|---|
Voice.Builder |
Voice.Builder.supportedEngines(Collection<Engine> supportedEngines)
Specifies which engines (
standard or neural) that are supported by a given voice. |
Copyright © 2023. All rights reserved.