public static class NIVision.CharReport2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
character |
private java.nio.ByteBuffer |
character_buf |
int |
classificationScore |
NIVision.PointFloat[] |
corner |
int |
highThreshold |
int |
lowThreshold |
int |
verificationScore |
int |
verified |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic java.lang.String character
public NIVision.PointFloat[] corner
public int lowThreshold
public int highThreshold
public int classificationScore
public int verificationScore
public int verified
private java.nio.ByteBuffer character_buf
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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct