Package | Description |
---|---|
com.amazonaws.services.polly.model |
Classes modeling the various types represented by AmazonPolly
|
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 |
StartSpeechSynthesisTaskRequest.setLanguageCode(LanguageCode languageCode)
Optional language code for the Speech Synthesis request.
|
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 |
SynthesizeSpeechPresignRequest.setLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
void |
SynthesisTask.setLanguageCode(LanguageCode languageCode)
Optional language code for a synthesis task.
|
void |
Voice.setLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
void |
SynthesizeSpeechRequest.setLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
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.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
SynthesisTask |
SynthesisTask.withLanguageCode(LanguageCode languageCode)
Optional language code for a synthesis task.
|
Voice |
Voice.withLanguageCode(LanguageCode languageCode)
Language code of the voice.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
Copyright © 2018. All rights reserved.