Uses of Class
com.google.zxing.common.DecoderResult
Packages that use DecoderResult
Package
Description
- 
Uses of DecoderResult in com.google.zxing.aztec.decoderMethods in com.google.zxing.aztec.decoder that return DecoderResult
- 
Uses of DecoderResult in com.google.zxing.datamatrix.decoderMethods in com.google.zxing.datamatrix.decoder that return DecoderResult
- 
Uses of DecoderResult in com.google.zxing.maxicode.decoderMethods in com.google.zxing.maxicode.decoder that return DecoderResult
- 
Uses of DecoderResult in com.google.zxing.pdf417.decoderMethods in com.google.zxing.pdf417.decoder that return DecoderResultModifier and TypeMethodDescriptionstatic DecoderResultPDF417ScanningDecoder.decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) 
- 
Uses of DecoderResult in com.google.zxing.qrcode.decoderMethods 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.