public static class NIVision.ReadTextReport3 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.CharReport3[] |
characterReport |
private java.nio.ByteBuffer |
characterReport_buf |
java.lang.String |
readString |
private java.nio.ByteBuffer |
readString_buf |
NIVision.ROI |
roiBoundingCharacters |
backing| Modifier | Constructor and Description |
|---|---|
|
ReadTextReport3() |
protected |
ReadTextReport3(java.nio.ByteBuffer backing,
int offset) |
protected |
ReadTextReport3(long nativeObj,
boolean owned) |
|
ReadTextReport3(java.lang.String readString,
NIVision.CharReport3[] characterReport,
NIVision.ROI roiBoundingCharacters) |
| 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 readString
public NIVision.CharReport3[] characterReport
public NIVision.ROI roiBoundingCharacters
private java.nio.ByteBuffer readString_buf
private java.nio.ByteBuffer characterReport_buf
public ReadTextReport3()
public ReadTextReport3(java.lang.String readString,
NIVision.CharReport3[] characterReport,
NIVision.ROI roiBoundingCharacters)
protected ReadTextReport3(java.nio.ByteBuffer backing,
int offset)
protected ReadTextReport3(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