Uses of Class
com.bandwidth.sdk.model.bxml.utils.TtsGender
-
Packages that use TtsGender Package Description com.bandwidth.sdk.model.bxml com.bandwidth.sdk.model.bxml.utils -
-
Uses of TtsGender in com.bandwidth.sdk.model.bxml
Fields in com.bandwidth.sdk.model.bxml declared as TtsGender Modifier and Type Field Description protected TtsGender
SpeakSentence. gender
Constructors in com.bandwidth.sdk.model.bxml with parameters of type TtsGender Constructor Description SpeakSentence(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 TtsGender Modifier and Type Method Description static TtsGender
TtsGender. resolve(String gender)
static TtsGender
TtsGender. valueOf(String name)
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 TtsGender Modifier and Type Method Description static TtsVoice
TtsVoice. resolveGenderLocale(TtsGender gender, TtsLocale locale)
-