| Package | Description |
|---|---|
| com.amazonaws.services.polly.model | |
| com.amazonaws.services.polly.presign |
| Modifier and Type | Method and Description |
|---|---|
static SpeechMarkType |
SpeechMarkType.fromValue(String value)
Use this in place of valueOf.
|
static SpeechMarkType |
SpeechMarkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeechMarkType[] |
SpeechMarkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesisTask |
SynthesisTask.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2022. All rights reserved.