| Package | Description |
|---|---|
| com.amazonaws.services.polly.model | |
| com.amazonaws.services.polly.presign |
| Modifier and Type | Method and Description |
|---|---|
static TextType |
TextType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
SynthesizeSpeechRequest.setTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesisTask |
SynthesisTask.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynthesizeSpeechPresignRequest.setTextType(TextType textType) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withTextType(TextType textType) |
Copyright © 2023. All rights reserved.