←Select platform

RecognizedWords Property

Summary
Gets or sets the number of recognized words on the last page.
Syntax
C#
VB
Objective-C
C++
Java
public int RecognizedWords { get; set; } 
Public Property RecognizedWords As Integer 
@property (nonatomic, assign) NSUInteger recognizedWords 
public int getRecognizedWords() 
public void setRecognizedWords(int value) 
public: 
property int RecognizedWords { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of recognized words on the last page.

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.