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 |
This enumerated type is used by the following functions: