←Select platform

CorrectedWords Property

Summary
Gets or sets the number of words corrected by the checking subsystem.
Syntax
C#
VB
Objective-C
C++
Java
public int CorrectedWords { get; set; } 
Public Property CorrectedWords As Integer 
@property (nonatomic, assign) NSUInteger correctedWords 
public int getCorrectedWords() 
public void setCorrectedWords(int value) 
public: 
property int CorrectedWords { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of words corrected by the checking subsystem.

Remarks

Note: This property is not supported in the LEADTOOLS OCR Module - OmniPage Engine or LEAD Engines.

Note: This property is not supported in the LEADTOOLS OCR Module - LEAD Engine

Example

For an example, refer to OcrStatistic.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.