public static class ITessAPI.EANYCODE_CHAR
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
byte |
blanks
number of spaces before this char (1)
|
short |
bottom
bottom of char (-1)
|
byte |
char_code
character itself, one single UTF-8 byte long.
|
byte |
confidence
classification confidence: 0=perfect, 100=reject (0/100)
|
short |
font_index
what font (0)
|
byte |
formatting
char formatting (0)
|
short |
left
left of char (-1)
|
byte |
point_size
point size of char, 72 = 1 inch, (10)
|
short |
right
right of char (-1)
|
short |
top
top of char (-1)
|
Constructor and Description |
---|
EANYCODE_CHAR() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getFieldOrder()
Gets Field Order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public byte char_code
public short left
public short right
public short top
public short bottom
public short font_index
public byte confidence
public byte point_size
public byte blanks
public byte formatting