←Select platform

CorrectedWords Property

Summary

Gets or sets the number of words corrected by the checking subsystem.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int CorrectedWords { get; set; } 
Public Property CorrectedWords As Integer 
public int CorrectedWords {get; set;} 
@property (nonatomic, assign) NSUInteger correctedWords 
public int getCorrectedWords() 
public void setCorrectedWords(int value) 
             
 <br/>get_CorrectedWords();<br/>set_CorrectedWords(value);<br/>Object.defineProperty('CorrectedWords');  
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 Professional or Advantage Engines.

Note: This property is not supported in the LEADTOOLS OCR Advantage Engine

Example

For an example, refer to OcrStatistic.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly