Modifier and Type | Method and Description |
---|---|
Result |
MultiFormatReader.decode(BinaryBitmap image)
This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it
passes null as a hint to the decoders.
|
Result |
Reader.decode(BinaryBitmap image)
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints)
Decode an image using the hints provided.
|
Result |
Reader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints)
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decodeWithState(BinaryBitmap image)
Decode an image using the state set up by calling setHints() previously.
|
Modifier and Type | Method and Description |
---|---|
Result |
AztecReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
AztecReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ResultParser.getMassagedText(Result result) |
ExpandedProductParsedResult |
ExpandedProductResultParser.parse(Result result) |
AddressBookParsedResult |
AddressBookAUResultParser.parse(Result result) |
AddressBookParsedResult |
BizcardResultParser.parse(Result result) |
VINParsedResult |
VINResultParser.parse(Result result) |
ProductParsedResult |
ProductResultParser.parse(Result result) |
EmailAddressParsedResult |
EmailDoCoMoResultParser.parse(Result result) |
ISBNParsedResult |
ISBNResultParser.parse(Result result)
|
GeoParsedResult |
GeoResultParser.parse(Result result) |
EmailAddressParsedResult |
EmailAddressResultParser.parse(Result result) |
AddressBookParsedResult |
VCardResultParser.parse(Result result) |
TelParsedResult |
TelResultParser.parse(Result result) |
URIParsedResult |
URLTOResultParser.parse(Result result) |
URIParsedResult |
URIResultParser.parse(Result result) |
EmailAddressParsedResult |
SMTPResultParser.parse(Result result) |
AddressBookParsedResult |
AddressBookDoCoMoResultParser.parse(Result result) |
WifiParsedResult |
WifiResultParser.parse(Result result) |
SMSParsedResult |
SMSMMSResultParser.parse(Result result) |
SMSParsedResult |
SMSTOMMSTOResultParser.parse(Result result) |
CalendarParsedResult |
VEventResultParser.parse(Result result) |
URIParsedResult |
BookmarkDoCoMoResultParser.parse(Result result) |
abstract ParsedResult |
ResultParser.parse(Result theResult)
Attempts to parse the raw
Result 's contents as a particular type
of information (email, URL, etc.) and return a ParsedResult encapsulating
the result of parsing. |
static ParsedResult |
ResultParser.parseResult(Result theResult) |
Modifier and Type | Method and Description |
---|---|
Result |
DataMatrixReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
DataMatrixReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap image)
Locates and decodes a MaxiCode in an image.
|
Result |
MaxiCodeReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap image) |
Result |
ByQuadrantReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image) |
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
UPCAReader.decode(BinaryBitmap image) |
Result |
OneDReader.decode(BinaryBitmap image) |
Result |
UPCAReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result |
OneDReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
Map<DecodeHintType,?> hints)
Like
UPCEANReader.decodeRow(int, BitArray, Map) , but
allows caller to inform method about where the UPC/EAN start pattern is
found. |
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
Code39Reader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
Code93Reader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
CodaBarReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
MultiFormatUPCEANReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
ITFReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
Code128Reader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Result |
MultiFormatOneDReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
abstract Result |
OneDReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints)
Attempts to decode a one-dimensional barcode format given a single row of
an image.
|
Modifier and Type | Method and Description |
---|---|
Result |
RSS14Reader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
RSSExpandedReader.decodeRow(int rowNumber,
BitArray row,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
PDF417Reader.decode(BinaryBitmap image)
Locates and decodes a PDF417 code in an image.
|
Result |
PDF417Reader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
PDF417Reader.decodeMultiple(BinaryBitmap image) |
Result[] |
PDF417Reader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
QRCodeReader.decode(BinaryBitmap image)
Locates and decodes a QR code in an image.
|
Result |
QRCodeReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Copyright © 2007–2022. All rights reserved.