|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsdt.brc.android.BarcodeReaderResult
public class BarcodeReaderResult
Recognized Barcode Information.
Field Summary | |
---|---|
long |
bottom
Bottom boundary of the barcode on the image in pixels |
long |
direction
Barcode reading direction. |
long |
left
Left boundary of the barcode on the image in pixels |
long |
right
Right boundary of the barcode on the image in pixels |
long |
top
top boundary of the barcode on the image in pixels |
long |
type
Barcode type. |
Constructor Summary | |
---|---|
BarcodeReaderResult()
|
Method Summary | |
---|---|
String |
getTypeName()
Returns name of the barcode type. |
String |
getValue()
Returns Barcode value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long type
BarcodeReader.SDTBARCODE_CODABAR
BarcodeReader.SDTBARCODE_CODABAR
BarcodeReader.SDTBARCODE_CODE128
BarcodeReader.SDTBARCODE_CODE32
BarcodeReader.SDTBARCODE_CODE39
BarcodeReader.SDTBARCODE_CODE93
BarcodeReader.SDTBARCODE_CODE11
BarcodeReader.SDTBARCODE_EAN13
BarcodeReader.SDTBARCODE_EAN8
BarcodeReader.SDTBARCODE_EAN5
BarcodeReader.SDTBARCODE_I2OF5
BarcodeReader.SDTBARCODE_PATCH_CODE
BarcodeReader.SDTBARCODE_POSTNET
BarcodeReader.SDTBARCODE_PLUS2
BarcodeReader.SDTBARCODE_PLUS5
BarcodeReader.SDTBARCODE_UPCA
BarcodeReader.SDTBARCODE_UPCB
BarcodeReader.SDTBARCODE_INTELLIMAIL
BarcodeReader.SDTBARCODE_DATAMATRIX
BarcodeReader.SDTBARCODE_PDF417
BarcodeReader.SDTBARCODE_QRCODE
public long direction
BarcodeReader.SDTREADDIRECTION_LTR
BarcodeReader.SDTREADDIRECTION_RTL
BarcodeReader.SDTREADDIRECTION_TTB
BarcodeReader.SDTREADDIRECTION_BTT
public long left
public long top
public long right
public long bottom
Constructor Detail |
---|
public BarcodeReaderResult()
Method Detail |
---|
public String getValue()
public String getTypeName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |