Uses of Enum
com.bandwidth.sdk.model.bxml.utils.TtsLocale
Packages that use TtsLocale
-
Uses of TtsLocale in com.bandwidth.sdk.model.bxml
Fields in com.bandwidth.sdk.model.bxml declared as TtsLocaleConstructors in com.bandwidth.sdk.model.bxml with parameters of type TtsLocaleModifierConstructorDescriptionSpeakSentence
(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 TtsLocaleModifier and TypeMethodDescriptionstatic TtsLocale
static TtsLocale
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 TtsLocaleModifier and TypeMethodDescriptionstatic TtsVoice
TtsVoice.resolveGenderLocale
(TtsGender gender, TtsLocale locale)