Uses of Class
com.google.zxing.common.DetectorResult
-
Packages that use DetectorResult Package Description com.google.zxing.aztec com.google.zxing.datamatrix.detector com.google.zxing.multi.qrcode.detector com.google.zxing.qrcode.detector -
-
Uses of DetectorResult in com.google.zxing.aztec
Subclasses of DetectorResult in com.google.zxing.aztec Modifier and Type Class Description classAztecDetectorResultExtendsDetectorResultwith 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 Modifier and Type Method Description DetectorResultDetector. detect()Detects a Data Matrix Code in an image. -
Uses of DetectorResult in com.google.zxing.multi.qrcode.detector
Fields in com.google.zxing.multi.qrcode.detector declared as DetectorResult Modifier and Type Field Description private static DetectorResult[]MultiDetector. EMPTY_DETECTOR_RESULTSMethods in com.google.zxing.multi.qrcode.detector that return DetectorResult Modifier and Type Method Description DetectorResult[]MultiDetector. detectMulti(java.util.Map<DecodeHintType,?> hints) -
Uses of DetectorResult in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that return DetectorResult Modifier and Type Method Description DetectorResultDetector. detect()Detects a QR Code in an image.DetectorResultDetector. detect(java.util.Map<DecodeHintType,?> hints)Detects a QR Code in an image.protected DetectorResultDetector. processFinderPatternInfo(FinderPatternInfo info)
-