IsSuspicious Property of the PlainText Object
Returns TRUE if the specified character was recognized unreliably. Use this property to determine whether verification is needed.
This property is calculated based on the ErrorProbability value and recognition settings. If you need to implement more fine-grained distinctions for verification, use ErrorProbability instead.
Syntax
C++
HRESULT get_IsSuspicious(
int Index,
VARIANT_BOOL* Result
);
C#
bool get_IsSuspicious( int Index );
Visual Basic .NET
Property IsSuspicious(Index As Integer) As Boolean
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
What is the difference between CharConfidence, ErrorProbability, and IsSuspicious?
11/7/2025 12:48:30 PM