Class OcrPageRecognizeEventsArgs
Class OcrPageRecognizeEventsArgs
Namespace: Aspose.OCR.Models.Events
Assembly: Aspose.OCR.dll (25.4.0)
Class for OcrProgress event recognition arguments.
public class OcrPageRecognizeEventsArgs : EventArgs
Inheritance
object ← EventArgs ← OcrPageRecognizeEventsArgs
Inherited Members
EventArgs.Empty , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
CurrentImage
Image on the page.
public int CurrentImage { get; set; }
Property Value
CurrentPage
The page that started to be recognized.
public int CurrentPage { get; set; }
Property Value
Duration
The time from the start of the recognition process to the moment the current image is recognized.
public TimeSpan Duration { get; set; }
Property Value
FileName
Processed file name.
public string FileName { get; set; }
Property Value
OperationName
The name of the transaction in progress.
public string OperationName { get; set; }