The root event class for all speech events. All events from a speech engine (recognizer or synthesizer) are synchronized with the GTK+ event queue. This allows an application to mix speech and GTK+ events without being concerned with multi-threading problems.
Operations Summary: | |
void | init(in SpeechObject source) |
void | initWithId(in SpeechObject source, in long id) |
long | getId() |
SpeechObject | getSource() |
string | paramString() |
string | toString() |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialises a SpeechEvent
with a specified source.
Initialises a SpeechEvent
with a given source and
identifier.
Get the event identifier.
Get the object on which the event initially occurred.
Returns a parameter string identifying this event. This method is useful for event-logging and for debugging.
Returns a printable string representation of this event. Useful for event-logging and debugging.