IsSuspicious Property of the PlainText Object
This property returns TRUE if the specified character was recognized unreliably.
In ABBYY FineReader suspicious characters are highlighted with background color in the recognized text. See also What is the difference between the CharConfidence and the IsSuspicious properties?
Syntax
HRESULT get_IsSuspicious(
int Index,
VARIANT_BOOL* Result
);
Parameters
- Index
- [in] This parameter specifies the index of the specified symbol in the recognized text.
- Result
- [out, retval] A pointer to boolean variable that receives the value of this property.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25