DecompositionTime property (ILTRecognizeStatus)
long DecompositionTime | |
Overview |
Refer to Getting Status Updates |
Remarks
(Read only) Gets the amount of time the engine spent on the document's page-layout decomposition/ automatic zoning. (This is the PID_DECOMPOSITION process.) This value is measured in 1/1000 of a second increments.
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 property, PreProcessTime property, and the ReadingTime property.
See Also