DefectOutput

Inheritance: java.lang.Object

public class DefectOutput

Areas containing defects identified in the image.

Fields

FieldDescription
PagePage number.
SourceThe full path to the file or URL, if any.
defectAreasThe list of image defects and areas where they were found.

Page

public int Page

Page number.

Source

public String Source

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

defectAreas

public ArrayList<DefectAreas> defectAreas

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