public class OCRRect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
BottomRightX
X-Coordinate of bottom right corner
|
int |
BottomRightY
Y-Coordinate of bottom right corner
|
int |
TopLeftX
X-Coordinate of top left corner
|
int |
TopLeftY
Y-Coordinate of top left corner
|
Constructor and Description |
---|
OCRRect(int topLeftX,
int topLeftY,
int bottomRightX,
int bBottomRightY) |
Modifier and Type | Method and Description |
---|---|
int[] |
ToIntArray()
Return coordinates as List of integers for internal purpose
|
@SerializedName(value="TopLeftX") public int TopLeftX
@SerializedName(value="TopLeftY") public int TopLeftY
@SerializedName(value="BottomRightX") public int BottomRightX
@SerializedName(value="BottomRightY") public int BottomRightY