Uses of Class
com.twilio.twiml.voice.SsmlPhoneme.Alphabet
-
Packages that use SsmlPhoneme.Alphabet Package Description com.twilio.twiml.voice -
-
Uses of SsmlPhoneme.Alphabet in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlPhoneme.Alphabet Modifier and Type Method Description SsmlPhoneme.AlphabetSsmlPhoneme. getAlphabet()Specify the phonetic alphabetstatic SsmlPhoneme.AlphabetSsmlPhoneme.Alphabet. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmlPhoneme.Alphabet[]SsmlPhoneme.Alphabet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type SsmlPhoneme.Alphabet Modifier and Type Method Description SsmlPhoneme.BuilderSsmlPhoneme.Builder. alphabet(SsmlPhoneme.Alphabet alphabet)Specify the phonetic alphabet
-