Class DefectOutput

Class DefectOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Areas containing defects identified in the image.

public class DefectOutput

Inheritance

objectDefectOutput

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

DefectOutput()

public DefectOutput()

Fields

Page

Page number.

public int Page

Field Value

int

Source

The full path to the file or URL, if any. Empty for streams, byte arrays, and Base64 encoded files.

public string Source

Field Value

string

defectAreas

The list of image defects and areas where they were found.

public List<defectareas> defectAreas

Field Value

List<DefectAreas&gt;

 English