| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
OutputFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OutputFormat |
StartSpeechSynthesisTaskRequest.outputFormat()
The format in which the returned output will be encoded.
|
OutputFormat |
SynthesisTask.outputFormat()
The format in which the returned output will be encoded.
|
OutputFormat |
SynthesizeSpeechRequest.outputFormat()
The format in which the returned output will be encoded.
|
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.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<OutputFormat> |
OutputFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.outputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
SynthesisTask.Builder |
SynthesisTask.Builder.outputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.outputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
Copyright © 2023. All rights reserved.