RECOG_MODULE_TRADEOFF
typedef enum
{
RECOG_MODULE_ACCURATE,
RECOG_MODULE_BALANCED,
RECOG_MODULE_FAST,
} RECOG_MODULE_TRADEOFF;
The RECOG_MODULE_TRADEOFF enumerated type represents the options available for trading off accuracy and speed during recognition.
Value |
Meaning |
RECOG_MODULE_ACCURATE |
Most accurate recognition (Default) |
RECOG_MODULE_BALANCED |
Mid-level accuracy/speed recognition |
RECOG_MODULE_FAST |
Fast recognition |
Comments
This enumerated type is used by the following property: