public interface SpeakableText
| Modifier and Type | Method and Description |
|---|---|
SpeakableText |
appendSpeakableText(java.lang.String text)
Appends the given text to this speakable.
|
java.lang.String |
getSpeakableText()
Retrieves the text to be passed to the TTS Engine.
|
boolean |
isBargeInEnabled(org.jvoicexml.xml.vxml.BargeInType type)
Checks is barge-in is enabled for this speakable and the given bargein
type.
|
boolean |
isSpeakableTextEmpty()
Checks if this speakable contains any text to be passed to the
TTS engine.
|
SpeakableText appendSpeakableText(java.lang.String text)
text - Text to be appended.java.lang.String getSpeakableText()
boolean isSpeakableTextEmpty()
true if this speakable contains text.boolean isBargeInEnabled(org.jvoicexml.xml.vxml.BargeInType type)
type - the bargein type to look fortrue if barge-in is enabled.