| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVoicesRequest.setLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
void |
LexiconAttributes.setLanguageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
void |
SynthesizeSpeechRequest.setLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
void |
Voice.setLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
Voice |
Voice.withAdditionalLanguageCodes(LanguageCode... additionalLanguageCodes)
Additional codes for languages available for the specified voice in addition to its default language.
|
StartSpeechSynthesisTaskRequest |
StartSpeechSynthesisTaskRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Speech Synthesis request.
|
DescribeVoicesRequest |
DescribeVoicesRequest.withLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
LexiconAttributes |
LexiconAttributes.withLanguageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
SynthesisTask |
SynthesisTask.withLanguageCode(LanguageCode languageCode)
Optional language code for a synthesis task.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
Voice |
Voice.withLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
Copyright © 2024. All rights reserved.