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

PlainText

What is the difference between CharConfidence, ErrorProbability, and IsSuspicious?

Working with Properties

11/7/2025 12:48:30 PM

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.