Class DefectOutput
Class DefectOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)
Areas containing defects identified in the image.
public class DefectOutput
Inheritance
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()
Properties
Page
Page number.
public int Page { get; set; }
Property Value
Source
The full path to the file or URL, if any. Empty for streams, byte arrays, and Base64 encoded files.
public string Source { get; set; }
Property Value
defectAreas
The list of image defects and areas where they were found.
public List<defectareas> defectAreas { get; set; }
Property Value
List < DefectAreas >