Package com.twilio.twiml.voice
Class SsmlEmphasis
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlEmphasis
-
public class SsmlEmphasis extends TwiML
TwiML wrapper for<Emphasis>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SsmlEmphasis.Builder
Create a new<Emphasis>
elementstatic class
SsmlEmphasis.Level
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlEmphasis.Level
getLevel()
Specify the degree of emphasisString
getWords()
Words to emphasize-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXml
-
-
-
-
Method Detail
-
getLevel
public SsmlEmphasis.Level getLevel()
Specify the degree of emphasis- Returns:
- Specify the degree of emphasis
-
getWords
public String getWords()
Words to emphasize- Returns:
- Words to emphasize
-
-