DefectOutput

Inheritance: java.lang.Object

public class DefectOutput

Areas containing defects identified in the image.

Constructors

ConstructorDescription
DefectOutput()

Fields

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

DefectOutput()

public DefectOutput()

Source

public String Source

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

Page

public int Page

Page number.

defectAreas

public ArrayList<DefectAreas> defectAreas

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