Click or drag to resize
TesseractOcrJobResponsePageEllapsedTime Property
Gets the ellapsed time in milliseconds of the duration of the execution of the ocr job.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int EllapsedTime { get; }

Property Value

Type: Int32
The ellapsed time in milliseconds.
See Also