| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LanguageCode |
StartSpeechSynthesisTaskRequest.languageCode()
Optional language code for the Speech Synthesis request.
|
LanguageCode |
SynthesisTask.languageCode()
Optional language code for a synthesis task.
|
LanguageCode |
LexiconAttributes.languageCode()
Language code that the lexicon applies to.
|
LanguageCode |
Voice.languageCode()
Language code of the voice.
|
LanguageCode |
DescribeVoicesRequest.languageCode()
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list
of voices returned.
|
LanguageCode |
SynthesizeSpeechRequest.languageCode()
Optional language code for the Synthesize Speech request.
|
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 |
|---|---|
List<LanguageCode> |
Voice.additionalLanguageCodes()
Additional codes for languages available for the specified voice in addition to its default language.
|
static Set<LanguageCode> |
LanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Voice.Builder |
Voice.Builder.additionalLanguageCodes(LanguageCode... additionalLanguageCodes)
Additional codes for languages available for the specified voice in addition to its default language.
|
StartSpeechSynthesisTaskRequest.Builder |
StartSpeechSynthesisTaskRequest.Builder.languageCode(LanguageCode languageCode)
Optional language code for the Speech Synthesis request.
|
SynthesisTask.Builder |
SynthesisTask.Builder.languageCode(LanguageCode languageCode)
Optional language code for a synthesis task.
|
LexiconAttributes.Builder |
LexiconAttributes.Builder.languageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
Voice.Builder |
Voice.Builder.languageCode(LanguageCode languageCode)
Language code of the voice.
|
DescribeVoicesRequest.Builder |
DescribeVoicesRequest.Builder.languageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the
list of voices returned.
|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.languageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
| Modifier and Type | Method and Description |
|---|---|
Voice.Builder |
Voice.Builder.additionalLanguageCodes(Collection<LanguageCode> additionalLanguageCodes)
Additional codes for languages available for the specified voice in addition to its default language.
|
Copyright © 2023. All rights reserved.