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 class
SsmlPhoneme.Alphabet
static class
SsmlPhoneme.Builder
Create a new<phoneme>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlPhoneme.Alphabet
getAlphabet()
Specify the phonetic alphabetString
getPh()
Specifiy the phonetic symbols for pronunciationString
getWords()
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
-
-