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