Package com.twilio.twiml.voice
Class SsmlPhoneme
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlPhoneme
-
public class SsmlPhoneme extends TwiML
TwiML wrapper for<phoneme>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsmlPhoneme.Alphabetstatic classSsmlPhoneme.BuilderCreate a new<phoneme>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlPhoneme.AlphabetgetAlphabet()Specify the phonetic alphabetStringgetPh()Specifiy the phonetic symbols for pronunciationStringgetWords()Words to speak-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getAlphabet
public SsmlPhoneme.Alphabet getAlphabet()
Specify the phonetic alphabet- Returns:
- Specify the phonetic alphabet
-
getPh
public String getPh()
Specifiy the phonetic symbols for pronunciation- Returns:
- Specifiy the phonetic symbols for pronunciation
-
getWords
public String getWords()
Words to speak- Returns:
- Words to speak
-
-