RECOGMODULE_TRADEOFF

typedef enum
{
   RECGMD_ACCURATE,
   RECGMD_BALANCED,
   RECGMD_FAST,
} RECOGMODULE_TRADEOFF;

The RECOGMODULE_TRADEOFF enumerated type represents the options available for trading off accuracy and speed during recognition.

Value

Meaning

RECGMD_ACCURATE

Most accurate recognition (Default)

RECGMD_BALANCED

Mid-level accuracy/speed recognition

RECGMD_FAST

Fast recognition

Comments

This enumerated type is used by the following functions:

L_DocGetRecognizeModuleTradeOff

L_DocSetRecognizeModuleTradeOff