Uses of Class
com.google.zxing.common.DetectorResult
Packages that use DetectorResult
Package
Description
-
Uses of DetectorResult in com.google.zxing.aztec
Subclasses of DetectorResult in com.google.zxing.aztecModifier and TypeClassDescriptionfinal class
ExtendsDetectorResult
with 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.detector
Methods in com.google.zxing.datamatrix.detector that return DetectorResult -
Uses of DetectorResult in com.google.zxing.multi.qrcode.detector
Methods in com.google.zxing.multi.qrcode.detector that return DetectorResult -
Uses of DetectorResult in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that return DetectorResultModifier and TypeMethodDescriptionDetector.detect()
Detects a QR Code in an image.final DetectorResult
Detector.detect
(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.protected final DetectorResult
Detector.processFinderPatternInfo
(FinderPatternInfo info)