| 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 |
LexiconAttributes.setLanguageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
void |
Voice.setLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
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.
|
LexiconAttributes |
LexiconAttributes.withLanguageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
Voice |
Voice.withLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
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.
|
Copyright © 2018. All rights reserved.