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

int

CurrentPage

The page that started to be recognized.

public int CurrentPage { get; set; }

Property Value

int

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

TimeSpan

FileName

Processed file name.

public string FileName { get; set; }

Property Value

string

OperationName

The name of the transaction in progress.

public string OperationName { get; set; }

Property Value

string

 English