Uses of Class
com.oracle.bmc.aispeech.model.VoiceSummary.LanguageCode
-
Packages that use VoiceSummary.LanguageCode Package Description com.oracle.bmc.aispeech.model -
-
Uses of VoiceSummary.LanguageCode in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return VoiceSummary.LanguageCode Modifier and Type Method Description static VoiceSummary.LanguageCode
VoiceSummary.LanguageCode. create(String key)
VoiceSummary.LanguageCode
VoiceSummary. getLanguageCode()
An abbreviated notation of region to which the language and accent of the speaker belongs to.static VoiceSummary.LanguageCode
VoiceSummary.LanguageCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static VoiceSummary.LanguageCode[]
VoiceSummary.LanguageCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type VoiceSummary.LanguageCode Modifier and Type Method Description VoiceSummary.Builder
VoiceSummary.Builder. languageCode(VoiceSummary.LanguageCode languageCode)
An abbreviated notation of region to which the language and accent of the speaker belongs to.Constructors in com.oracle.bmc.aispeech.model with parameters of type VoiceSummary.LanguageCode Constructor Description VoiceSummary(String voiceId, String displayName, String description, VoiceSummary.Gender gender, List<String> supportedModels, VoiceSummary.LanguageCode languageCode, String languageDescription, Integer sampleRateInHertz, Integer wordsPerMinute, Boolean isDefaultVoice)
Deprecated.
-