Uses of Class
com.google.zxing.common.DecoderResult
Packages that use DecoderResult
Package
Description
-
Uses of DecoderResult in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that return DecoderResult -
Uses of DecoderResult in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that return DecoderResult -
Uses of DecoderResult in com.google.zxing.maxicode.decoder
Methods in com.google.zxing.maxicode.decoder that return DecoderResult -
Uses of DecoderResult in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return DecoderResultModifier and TypeMethodDescriptionstatic DecoderResult
PDF417ScanningDecoder.decode
(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) -
Uses of DecoderResult in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return DecoderResultModifier and TypeMethodDescriptionDecoder.decode
(boolean[][] image) Decoder.decode
(boolean[][] image, Map<DecodeHintType, ?> hints) Convenience method that can decode a QR Code represented as a 2D array of booleans.Decoder.decode
(BitMatrix bits, Map<DecodeHintType, ?> hints) Decodes a QR Code represented as aBitMatrix
.