| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static TextType |
TextType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TextType |
StartSpeechSynthesisTaskRequest.textType()
Specifies whether the input text is plain text or SSML.
|
TextType |
SynthesisTask.textType()
Specifies whether the input text is plain text or SSML.
|
TextType |
SynthesizeSpeechRequest.textType()
Specifies whether the input text is plain text or SSML.
|
static TextType |
TextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextType[] |
TextType.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<TextType> |
TextType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.textType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesisTask.Builder |
SynthesisTask.Builder.textType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.textType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
Copyright © 2023. All rights reserved.