SPRAAK
|
Structure used to provide status information to the progress monitor functions. More...
Data Fields | |
SpraakMonEvent | event |
Event that caused the monitor function to be called. More... | |
int | old_fix |
Number of words recognized and fixed from the previous call. More... | |
int | inc_fix |
Additional number of fixed words w.r.t. the previous call. More... | |
int | ext |
Number of non fixed words (on the best path). More... | |
SpraakWord * | wlist |
List of all recognized words (size old_fix+inc_fix+ext). More... | |
SpraakWord * | wlist_inc_fix |
Starting point of the newly fixated words (size inc_fix). More... | |
SpraakWord * | wlist_ext |
Starting point of continuation words (size ext). More... | |
Structure used to provide status information to the progress monitor functions.
See SPRaak_mon_recog() for more details.
SpraakMonEvent SpraakMon::event |
Event that caused the monitor function to be called.
int SpraakMon::old_fix |
Number of words recognized and fixed from the previous call.
int SpraakMon::inc_fix |
Additional number of fixed words w.r.t. the previous call.
int SpraakMon::ext |
Number of non fixed words (on the best path).
SpraakWord* SpraakMon::wlist |
List of all recognized words (size old_fix+inc_fix+ext).
SpraakWord* SpraakMon::wlist_inc_fix |
Starting point of the newly fixated words (size inc_fix).
SpraakWord* SpraakMon::wlist_ext |
Starting point of continuation words (size ext).