| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static SpeechMarkType |
SpeechMarkType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<SpeechMarkType> |
SpeechMarkType.knownValues()
|
List<SpeechMarkType> |
StartSpeechSynthesisTaskRequest.speechMarkTypes()
The type of speech marks returned for the input text.
|
List<SpeechMarkType> |
SynthesisTask.speechMarkTypes()
The type of speech marks returned for the input text.
|
List<SpeechMarkType> |
SynthesizeSpeechRequest.speechMarkTypes()
The type of speech marks returned for the input text.
|
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.speechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesisTask.Builder |
SynthesisTask.Builder.speechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
| Modifier and Type | Method and Description |
|---|---|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesisTask.Builder |
SynthesisTask.Builder.speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.speechMarkTypes(Collection<SpeechMarkType> speechMarkTypes)
The type of speech marks returned for the input text.
|
Copyright © 2023. All rights reserved.