Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

RecognizedWords Property








Gets or sets the number of recognized words on the last page.
Syntax
public int RecognizedWords {get; set;}
'Declaration
 
Public Property RecognizedWords As Integer
'Usage
 
Dim instance As OcrStatistic
Dim value As Integer
 
instance.RecognizedWords = value
 
value = instance.RecognizedWords
public int RecognizedWords {get; set;}
@property (nonatomic, assign) NSUInteger recognizedWords
public int getRecognizedWords()
public void setRecognizedWords(int value)
            
 <br/>get_RecognizedWords();<br/>set_RecognizedWords(value);<br/>Object.defineProperty('RecognizedWords'); 
public:
property int RecognizedWords {
   int get();
   void set (    int value);
}

Property Value

The number of recognized words on the last page.
Example
For an example, refer to OcrStatistic.
Requirements

Target Platforms

See Also

Reference

OcrStatistic Structure
OcrStatistic Members

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features