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