Class OcrPageRecognizeEventsArgs
Class OcrPageRecognizeEventsArgs
Namespace: Aspose.OCR.Models.Events
Assembly: Aspose.OCR.dll (25.1.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
תמונה בעמוד.
public int CurrentImage { get; set; }
Property Value
CurrentPage
העמוד שהחל להכיר.
public int CurrentPage { get; set; }
Property Value
Duration
הזמן מהתחלת תהליך ההכרה עד לרגע שבו התמונה הנוכחית מוכרת.
public TimeSpan Duration { get; set; }
Property Value
FileName
שם הקובץ המעובד.
public string FileName { get; set; }
Property Value
OperationName
שם הפעולה בתהליך.
public string OperationName { get; set; }