Uses of Class
software.amazon.awssdk.services.polly.model.LanguageCode
-
Packages that use LanguageCode Package Description software.amazon.awssdk.services.polly.model -
-
Uses of LanguageCode in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return LanguageCode Modifier and Type Method Description static LanguageCodeLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LanguageCodeDescribeVoicesRequest. languageCode()The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned.LanguageCodeLexiconAttributes. languageCode()Language code that the lexicon applies to.LanguageCodeStartSpeechSynthesisTaskRequest. languageCode()Optional language code for the Speech Synthesis request.LanguageCodeSynthesisTask. languageCode()Optional language code for a synthesis task.LanguageCodeSynthesizeSpeechRequest. languageCode()Optional language code for the Synthesize Speech request.LanguageCodeVoice. languageCode()Language code of the voice.static LanguageCodeLanguageCode. 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.Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type LanguageCode Modifier and Type Method 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()Methods in software.amazon.awssdk.services.polly.model with parameters of type LanguageCode Modifier and Type Method Description Voice.BuilderVoice.Builder. additionalLanguageCodes(LanguageCode... additionalLanguageCodes)Additional codes for languages available for the specified voice in addition to its default language.DescribeVoicesRequest.BuilderDescribeVoicesRequest.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.LexiconAttributes.BuilderLexiconAttributes.Builder. languageCode(LanguageCode languageCode)Language code that the lexicon applies to.StartSpeechSynthesisTaskRequest.BuilderStartSpeechSynthesisTaskRequest.Builder. languageCode(LanguageCode languageCode)Optional language code for the Speech Synthesis request.SynthesisTask.BuilderSynthesisTask.Builder. languageCode(LanguageCode languageCode)Optional language code for a synthesis task.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. languageCode(LanguageCode languageCode)Optional language code for the Synthesize Speech request.Voice.BuilderVoice.Builder. languageCode(LanguageCode languageCode)Language code of the voice.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type LanguageCode Modifier and Type Method Description Voice.BuilderVoice.Builder. additionalLanguageCodes(Collection<LanguageCode> additionalLanguageCodes)Additional codes for languages available for the specified voice in addition to its default language.
-