RecognizedCharacterCount property (ILTRecognizeStatus)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short RecognizedCharacterCount

Overview

Refer to Getting Status Updates

Remarks

(Read only) Gets the number of recognized characters obtained by the GetStatus. It is accessed through the RecognizeStatus property.

The RecognizeStatus property is a pointer to an ILTRecognizeStatus object that accesses properties that are updated with the status information. This information includes the RecognizedWordCount property, RejectCharacterCount property, RejectWordCount property, RecognizedTime property, ReadingTime property, PreProcessTime property, and the DecompositionTime property.

See Also

Elements:

RecognizedWordCount property, RejectCharacterCount property, RejectWordCount property, RecognizedTime property, ReadingTime property, PreProcessTime property, DecompositionTime property, RecognizeStatus property, GetStatus method, Recognize method

Topics:

Quick Reference OCR: Getting Status Updates