ErrorProbability Property of the PlainText Object
This property returns the estimated probability (in range from 0 to 100) that the specified character was recognized incorrectly.
Error probability is not calculated for symbols obtained without recognition, for example, those taken directly from the source PDF file.
Syntax
C++
HRESULT get_ErrorProbability( int Index, int* Result );
C#
int get_ErrorProbability( int Index );
Visual Basic .NET
Property ErrorProbability(Index As Integer) As Integer
Parameters
- Index
- [in] This parameter specifies the index of the specified symbol in the recognized text.
- Result
- [out, retval] A pointer to int 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?
07.11.2025 12:48:30