| Package | Description | 
|---|---|
| com.google.zxing.aztec | |
| com.google.zxing.datamatrix.detector | |
| com.google.zxing.multi.qrcode.detector | |
| com.google.zxing.qrcode.detector | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AztecDetectorResultExtends  DetectorResultwith more information specific to the Aztec format,
 like the number of layers and whether it's compact. | 
| Modifier and Type | Method and Description | 
|---|---|
| DetectorResult | Detector. detect()Detects a Data Matrix Code in an image. | 
| Modifier and Type | Method and Description | 
|---|---|
| DetectorResult[] | MultiDetector. detectMulti(Map<DecodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| DetectorResult | Detector. detect()Detects a QR Code in an image. | 
| DetectorResult | Detector. detect(Map<DecodeHintType,?> hints)Detects a QR Code in an image. | 
| protected DetectorResult | Detector. processFinderPatternInfo(FinderPatternInfo info) | 
Copyright © 2007–2018. All rights reserved.