Class Bounds
java.lang.Object
com.regula.documentreader.api.results.Bounds
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
Bounds
public Bounds()
-
-
Method Details
-
toJson
Method convert object to string in json format- Returns:
- string in json format
-
fromJson
-