Package io.anyline.plugin.result
Class Visualization
-
- All Implemented Interfaces:
public class Visualization
Information about the visualization data of the scanned ID
-
-
Constructor Summary
Constructors Constructor Description Visualization()
-
Method Summary
Modifier and Type Method Description List<List<Integer>>
getContours()
The found contours of the fields on the ID (Required) void
setContours(List<List<Integer>> contours)
The found contours of the fields on the ID (Required) List<List<List<Integer>>>
getContourPoints()
The found contour points of the fields on the ID void
setContourPoints(List<List<List<Integer>>> contourPoints)
The found contour points of the fields on the ID List<Integer>
getTextRect()
The found bounding rect of the text fields on the ID (Required) void
setTextRect(List<Integer> textRect)
The found bounding rect of the text fields on the ID (Required) String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getContours
List<List<Integer>> getContours()
The found contours of the fields on the ID (Required)
-
setContours
void setContours(List<List<Integer>> contours)
The found contours of the fields on the ID (Required)
-
getContourPoints
List<List<List<Integer>>> getContourPoints()
The found contour points of the fields on the ID
-
setContourPoints
void setContourPoints(List<List<List<Integer>>> contourPoints)
The found contour points of the fields on the ID
-
getTextRect
List<Integer> getTextRect()
The found bounding rect of the text fields on the ID (Required)
-
setTextRect
void setTextRect(List<Integer> textRect)
The found bounding rect of the text fields on the ID (Required)
-
hashCode
int hashCode()
-
-
-
-