DOC2_RECOGMODULE_TRADEOFF

typedef enum
{
   DOC2_RECGMD_ACCURATE,
   DOC2_RECGMD_BALANCED,
   DOC2_RECGMD_FAST,
} DOC2_RECOGMODULE_TRADEOFF;

The DOC2_RECOGMODULE_TRADEOFF enumerated type specifies how to handle balancing accuracy and speed during recognition.

Value

Meaning

DOC2_RECGMD_ACCURATE

Accuracy more important (Default)

DOC2_RECGMD_BALANCED

Mid-level accuracy/speed recognition

DOC2_RECGMD_FAST

Speed more important

Comments

This enumerated type is used by the following functions:

L_DOC2GetRecognizeModuleTradeOff

L_DOC2SetRecognizeModuleTradeOff