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