public static class NIVision.CharReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
character |
NIVision.PointFloat[] |
corner |
int |
highThreshold |
int |
lowThreshold |
int |
reserved |
Modifier | Constructor and Description |
---|---|
|
CharReport() |
protected |
CharReport(java.nio.ByteBuffer backing,
int offset) |
protected |
CharReport(long nativeObj,
boolean owned) |
|
CharReport(java.lang.String character,
NIVision.PointFloat[] corner,
int reserved,
int lowThreshold,
int highThreshold) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public java.lang.String character
public NIVision.PointFloat[] corner
public int reserved
public int lowThreshold
public int highThreshold
public CharReport()
public CharReport(java.lang.String character, NIVision.PointFloat[] corner, int reserved, int lowThreshold, int highThreshold)
protected CharReport(java.nio.ByteBuffer backing, int offset)
protected CharReport(long nativeObj, boolean owned)