HANDRECOG_STYLE
typedef enum
{
HAND_STYLE_EURO,
HAND_STYLE_US
} HANDRECOG_STYLE;
The HANDRECOG_STYLE enumerated type represents the possible writing styles for hand printed numerals.
Value |
Meaning |
HAND_STYLE_EURO |
Writing in European style (Default). |
HAND_STYLE_US |
Writing in North-American style. |
Comments
This enumerated type is used by the following structure: