Operations Summary: | |
void | initWithSourceAndText(in SpeechObject source, in string text, in boolean plainText, in SpeakableListener listener) |
SpeechObject | getSource() |
SpeakableListener | getSpeakableListener() |
string | getText() |
boolean | isPlainText() |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initializes a SynthesizerQueueItem
with the source
object and speakable text.
Return the source object for an item on the speech output queue
of a Synthesizer
. The source is one of the three
object types passed to the speak
or
speakPlainText
methods of Synthesizer
:
a Speakable
objects, a SpeechURL
, or
a string.
Return the SpeakableListener
object for this speech
output queue item, or null if none was provided to the
speak
method.
SpeakableListener
object for this speech output queue item.
Return the speakable text for an item on the speech output queue
of a Synthesizer
. The text is either a Java Speech
Markup Language string or a plain text string that was obtained
from source object.
Return true if the item contains plain text (not marked up text).