Package com.twilio.twiml.voice
Class SsmlProsody
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlProsody
-
public class SsmlProsody extends TwiML
TwiML wrapper for<prosody>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsmlProsody.BuilderCreate a new<prosody>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPitch()Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%StringgetRate()Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n%StringgetVolume()Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud, +ndB, -ndBStringgetWords()Words to speak-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getVolume
public String getVolume()
Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud, +ndB, -ndB- Returns:
- Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud, +ndB, -ndB
-
getRate
public String getRate()
Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n%- Returns:
- Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n%
-
getPitch
public String getPitch()
Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%- Returns:
- Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
-
getWords
public String getWords()
Words to speak- Returns:
- Words to speak
-
-