Uses of Class
com.google.zxing.Result
Packages that use Result
Package
Description
-
Uses of Result in com.google.zxing
Methods in com.google.zxing that return ResultModifier and TypeMethodDescriptionMultiFormatReader.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.MultiFormatReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Decode an image using the hints provided.Reader.decode
(BinaryBitmap image) Locates and decodes a barcode in some format within an image.Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Locates and decodes a barcode in some format within an image.private Result
MultiFormatReader.decodeInternal
(BinaryBitmap image) MultiFormatReader.decodeWithState
(BinaryBitmap image) Decode an image using the state set up by calling setHints() previously. -
Uses of Result in com.google.zxing.aztec
Methods in com.google.zxing.aztec that return ResultModifier and TypeMethodDescriptionAztecReader.decode
(BinaryBitmap image) Locates and decodes a Data Matrix code in an image.AztecReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.client.j2se
Methods in com.google.zxing.client.j2se that return ResultModifier and TypeMethodDescriptionprivate Result[]
DecodeWorker.decode
(URI uri, Map<DecodeHintType, ?> hints) Methods in com.google.zxing.client.j2se with parameters of type ResultModifier and TypeMethodDescriptionprivate static void
DecodeWorker.dumpResult
(URI input, Result... results) -
Uses of Result in com.google.zxing.client.result
Methods in com.google.zxing.client.result with parameters of type ResultModifier and TypeMethodDescriptionprotected static String
ResultParser.getMassagedText
(Result result) abstract ParsedResult
Attempts to parse the rawResult
's contents as a particular type of information (email, URL, etc.) and return aParsedResult
encapsulating the result of parsing.static ParsedResult
ResultParser.parseResult
(Result theResult) -
Uses of Result in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix that return ResultModifier and TypeMethodDescriptionDataMatrixReader.decode
(BinaryBitmap image) Locates and decodes a Data Matrix code in an image.DataMatrixReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that return ResultModifier and TypeMethodDescriptionMaxiCodeReader.decode
(BinaryBitmap image) Locates and decodes a MaxiCode in an image.MaxiCodeReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.multi
Fields in com.google.zxing.multi declared as ResultModifier and TypeFieldDescription(package private) static final Result[]
GenericMultipleBarcodeReader.EMPTY_RESULT_ARRAY
Methods in com.google.zxing.multi that return ResultModifier and TypeMethodDescriptionByQuadrantReader.decode
(BinaryBitmap image) ByQuadrantReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Result[]
GenericMultipleBarcodeReader.decodeMultiple
(BinaryBitmap image) Result[]
GenericMultipleBarcodeReader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Result[]
MultipleBarcodeReader.decodeMultiple
(BinaryBitmap image) Result[]
MultipleBarcodeReader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) private static Result
GenericMultipleBarcodeReader.translateResultPoints
(Result result, int xOffset, int yOffset) Methods in com.google.zxing.multi with parameters of type ResultModifier and TypeMethodDescriptionprivate static Result
GenericMultipleBarcodeReader.translateResultPoints
(Result result, int xOffset, int yOffset) Method parameters in com.google.zxing.multi with type arguments of type ResultModifier and TypeMethodDescriptionprivate void
GenericMultipleBarcodeReader.doDecodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints, List<Result> results, int xOffset, int yOffset, int currentDepth) -
Uses of Result in com.google.zxing.multi.qrcode
Fields in com.google.zxing.multi.qrcode declared as ResultModifier and TypeFieldDescriptionprivate static final Result[]
QRCodeMultiReader.EMPTY_RESULT_ARRAY
Methods in com.google.zxing.multi.qrcode that return ResultModifier and TypeMethodDescriptionResult[]
QRCodeMultiReader.decodeMultiple
(BinaryBitmap image) Result[]
QRCodeMultiReader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Methods in com.google.zxing.multi.qrcode that return types with arguments of type ResultModifier and TypeMethodDescriptionQRCodeMultiReader.processStructuredAppend
(List<Result> results) Methods in com.google.zxing.multi.qrcode with parameters of type ResultMethod parameters in com.google.zxing.multi.qrcode with type arguments of type ResultModifier and TypeMethodDescriptionQRCodeMultiReader.processStructuredAppend
(List<Result> results) -
Uses of Result in com.google.zxing.oned
Methods in com.google.zxing.oned that return ResultModifier and TypeMethodDescriptionOneDReader.decode
(BinaryBitmap image) OneDReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) UPCAReader.decode
(BinaryBitmap image) UPCAReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) CodaBarReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code128Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code39Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code93Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) ITFReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) MultiFormatOneDReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) MultiFormatUPCEANReader.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.UPCAReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) UPCAReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) (package private) Result
(package private) Result
(package private) Result
UPCEANReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) LikeUPCEANReader.decodeRow(int, BitArray, Map)
, but allows caller to inform method about where the UPC/EAN start pattern is found.UPCEANReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) private Result
OneDReader.doDecode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) We're going to examine rows from the middle outward, searching alternately above and below the middle, and farther out each time.private static Result
UPCAReader.maybeReturnResult
(Result result) Methods in com.google.zxing.oned with parameters of type ResultModifier and TypeMethodDescriptionprivate static Result
UPCAReader.maybeReturnResult
(Result result) -
Uses of Result in com.google.zxing.oned.rss
Methods in com.google.zxing.oned.rss that return ResultModifier and TypeMethodDescriptionprivate static Result
RSS14Reader.constructResult
(Pair leftPair, Pair rightPair) RSS14Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded that return ResultModifier and TypeMethodDescription(package private) static Result
RSSExpandedReader.constructResult
(List<ExpandedPair> pairs) RSSExpandedReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.pdf417
Fields in com.google.zxing.pdf417 declared as ResultMethods in com.google.zxing.pdf417 that return ResultModifier and TypeMethodDescriptionPDF417Reader.decode
(BinaryBitmap image) Locates and decodes a PDF417 code in an image.PDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) private static Result[]
PDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) Result[]
PDF417Reader.decodeMultiple
(BinaryBitmap image) Result[]
PDF417Reader.decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of Result in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that return ResultModifier and TypeMethodDescriptionQRCodeReader.decode
(BinaryBitmap image) Locates and decodes a QR code in an image.final Result
QRCodeReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints)