public class OcrRecogRect
extends java.lang.Object
矩形结构
| 构造器和说明 |
|---|
OcrRecogRect() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
void |
setBottom(int bottom) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setTop(int top) |