SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SpraakMon Struct Reference

Structure used to provide status information to the progress monitor functions. More...

+ Collaboration diagram for SpraakMon:

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...
 
SpraakWordwlist
 List of all recognized words (size old_fix+inc_fix+ext). More...
 
SpraakWordwlist_inc_fix
 Starting point of the newly fixated words (size inc_fix). More...
 
SpraakWordwlist_ext
 Starting point of continuation words (size ext). More...
 

Detailed Description

Structure used to provide status information to the progress monitor functions.

See SPRaak_mon_recog() for more details.

Field Documentation

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).