|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpeakableText
Objects that implement this interface contain some text, that is passed to the TTS engine.
| Method Summary | |
|---|---|
SpeakableText |
appendSpeakableText(String text)
Appends the given text to this speakable. |
String |
getSpeakableText()
Retrieves the text to be passed to the TTS Engine. |
boolean |
isBargeInEnabled()
Checks is barge-in is enabled for this speakable. |
boolean |
isSpeakableTextEmpty()
Checks if this speakable contains any text to be passed to the TTS engine. |
| Method Detail |
|---|
SpeakableText appendSpeakableText(String text)
text - Text to be appended.
String getSpeakableText()
boolean isSpeakableTextEmpty()
true if this speakable contains text.boolean isBargeInEnabled()
true if barge-in is enabled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||