Uses of Class
com.bandwidth.sdk.model.bxml.utils.TtsLocale
-
Packages that use TtsLocale Package Description com.bandwidth.sdk.model.bxml com.bandwidth.sdk.model.bxml.utils -
-
Uses of TtsLocale in com.bandwidth.sdk.model.bxml
Fields in com.bandwidth.sdk.model.bxml declared as TtsLocale Modifier and Type Field Description protected TtsLocale
SpeakSentence. locale
Constructors in com.bandwidth.sdk.model.bxml with parameters of type TtsLocale Constructor Description SpeakSentence(String text, TtsGender gender, TtsLocale locale, TtsVoice voice)
-
Uses of TtsLocale in com.bandwidth.sdk.model.bxml.utils
Methods in com.bandwidth.sdk.model.bxml.utils that return TtsLocale Modifier and Type Method Description static TtsLocale
TtsLocale. resolve(String localeString)
static TtsLocale
TtsLocale. valueOf(String name)
Returns the enum constant of this type with the specified name.static TtsLocale[]
TtsLocale. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model.bxml.utils with parameters of type TtsLocale Modifier and Type Method Description static TtsVoice
TtsVoice. resolveGenderLocale(TtsGender gender, TtsLocale locale)
-