public static class NIVision.OCRSpacingOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
autoSplit |
int |
maxBoundingRectHeight |
int |
maxBoundingRectWidth |
int |
maxCharSize |
int |
maxHorizontalElementSpacing |
int |
maxVerticalElementSpacing |
int |
minBoundingRectHeight |
int |
minBoundingRectWidth |
int |
minCharSize |
int |
minCharSpacing |
backing| Modifier | Constructor and Description |
|---|---|
|
OCRSpacingOptions() |
protected |
OCRSpacingOptions(java.nio.ByteBuffer backing,
int offset) |
|
OCRSpacingOptions(int minCharSpacing,
int minCharSize,
int maxCharSize,
int maxHorizontalElementSpacing,
int maxVerticalElementSpacing,
int minBoundingRectWidth,
int maxBoundingRectWidth,
int minBoundingRectHeight,
int maxBoundingRectHeight,
int autoSplit) |
protected |
OCRSpacingOptions(long nativeObj,
boolean owned) |
| 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 int minCharSpacing
public int minCharSize
public int maxCharSize
public int maxHorizontalElementSpacing
public int maxVerticalElementSpacing
public int minBoundingRectWidth
public int maxBoundingRectWidth
public int minBoundingRectHeight
public int maxBoundingRectHeight
public int autoSplit
public OCRSpacingOptions()
public OCRSpacingOptions(int minCharSpacing,
int minCharSize,
int maxCharSize,
int maxHorizontalElementSpacing,
int maxVerticalElementSpacing,
int minBoundingRectWidth,
int maxBoundingRectWidth,
int minBoundingRectHeight,
int maxBoundingRectHeight,
int autoSplit)
protected OCRSpacingOptions(java.nio.ByteBuffer backing,
int offset)
protected OCRSpacingOptions(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