Uses of Enum
com.bandwidth.sdk.model.bxml.utils.TtsGender
Packages that use TtsGender
-
Uses of TtsGender in com.bandwidth.sdk.model.bxml
Fields in com.bandwidth.sdk.model.bxml declared as TtsGenderConstructors in com.bandwidth.sdk.model.bxml with parameters of type TtsGenderModifierConstructorDescriptionSpeakSentence
(String text, TtsGender gender, TtsLocale locale, TtsVoice voice) -
Uses of TtsGender in com.bandwidth.sdk.model.bxml.utils
Methods in com.bandwidth.sdk.model.bxml.utils that return TtsGenderModifier and TypeMethodDescriptionstatic TtsGender
static TtsGender
Returns the enum constant of this type with the specified name.static TtsGender[]
TtsGender.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 TtsGenderModifier and TypeMethodDescriptionstatic TtsVoice
TtsVoice.resolveGenderLocale
(TtsGender gender, TtsLocale locale)