ReadingTime property (ILTRecognizeStatus)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long ReadingTime

Overview

Refer to Getting Status Updates

Remarks

(Read only) Gets the amount of time the engine spent on the document, from the start of the recognition process until the recognition results were written. It consists of the time specified in the RecognizedTime property, the time necessary for sorting the output coming from the different recognition modules, the time spent with the checking subsystem, and the time required to write the recognition result.

This property is updated with the current value when the GetStatus method is called. 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, RecognizedCharacterCount property, RejectCharacterCount property, RejectWordCount property, RecognizedTime property, PreProcessTime property, and the DecompositionTime property.

See Also

Elements:

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

Topics:

Quick Reference OCR: Getting Status Updates