public static class NIVision.CharReport2 extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
character |
int |
classificationScore |
NIVision.PointFloat[] |
corner |
int |
highThreshold |
int |
lowThreshold |
int |
verificationScore |
int |
verified |
Modifier | Constructor and Description |
---|---|
|
CharReport2() |
protected |
CharReport2(java.nio.ByteBuffer backing,
int offset) |
protected |
CharReport2(long nativeObj,
boolean owned) |
|
CharReport2(java.lang.String character,
NIVision.PointFloat[] corner,
int lowThreshold,
int highThreshold,
int classificationScore,
int verificationScore,
int verified) |
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 lowThreshold
public int highThreshold
public int classificationScore
public int verificationScore
public int verified
public CharReport2()
public CharReport2(java.lang.String character, NIVision.PointFloat[] corner, int lowThreshold, int highThreshold, int classificationScore, int verificationScore, int verified)
protected CharReport2(java.nio.ByteBuffer backing, int offset)
protected CharReport2(long nativeObj, boolean owned)