Uses of Class
com.twilio.twiml.voice.SsmlEmphasis.Level
-
Packages that use SsmlEmphasis.Level Package Description com.twilio.twiml.voice -
-
Uses of SsmlEmphasis.Level in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlEmphasis.Level Modifier and Type Method Description SsmlEmphasis.LevelSsmlEmphasis. getLevel()Specify the degree of emphasisstatic SsmlEmphasis.LevelSsmlEmphasis.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmlEmphasis.Level[]SsmlEmphasis.Level. 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 SsmlEmphasis.Level Modifier and Type Method Description SsmlEmphasis.BuilderSsmlEmphasis.Builder. level(SsmlEmphasis.Level level)Specify the degree of emphasis
-