ErrorHighlightLevelEnum
ErrorHighlightLevelEnum enumeration constants are used to set the confidence level at which the recognized characters will be marked as suspicious (the ICharParams::IsSuspicious property is set to TRUE for such character).
typedef enum {
EHL_None,
EHL_Scanty,
EHL_Standard,
EHL_Thorough,
EHL_AllText
} ErrorHighlightLevelEnum;
Elements
Name | Description |
---|---|
EHL_None | Do not highlight uncertain characters at all. This means that no character in the recognized text will have the property ICharParams::IsSuspicious set to TRUE. |
EHL_Scanty | Highlight only very uncertain characters. |
EHL_Standard | Sets standard highlight level. |
EHL_Thorough | Highlight each character that is uncertain. |
EHL_AllText | Highlight all characters in the text. |
Used in
15.08.2023 13:19:30