Uses of Class
com.google.zxing.common.DetectorResult
Packages that use DetectorResult
Package
Description
- 
Uses of DetectorResult in com.google.zxing.aztecSubclasses of DetectorResult in com.google.zxing.aztecModifier and TypeClassDescriptionfinal classExtendsDetectorResultwith more information specific to the Aztec format, like the number of layers and whether it's compact.
- 
Uses of DetectorResult in com.google.zxing.datamatrix.detectorMethods in com.google.zxing.datamatrix.detector that return DetectorResult
- 
Uses of DetectorResult in com.google.zxing.multi.qrcode.detectorMethods in com.google.zxing.multi.qrcode.detector that return DetectorResult
- 
Uses of DetectorResult in com.google.zxing.qrcode.detectorMethods in com.google.zxing.qrcode.detector that return DetectorResultModifier and TypeMethodDescriptionDetector.detect()Detects a QR Code in an image.final DetectorResultDetector.detect(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.protected final DetectorResultDetector.processFinderPatternInfo(FinderPatternInfo info)