|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcoderecognition.CustomerInformationInterpretingType
public final class CustomerInformationInterpretingType
Defines the interpreting type(CTable or NTable) of customer information for AustralianPost BarCode.
Field Summary | |
---|---|
static int |
C_TABLE
Use CTable to interpret the customer information |
static int |
N_TABLE
Use NTable to interpret the customer information |
static int |
OTHER
Do not interpret the customer information, return the raw values. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int C_TABLE
Use CTable to interpret the customer information
public static final int N_TABLE
Use NTable to interpret the customer information
public static final int OTHER
Do not interpret the customer information, return the raw values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |