Uses of Class
com.google.zxing.aztec.AztecDetectorResult
-
Packages that use AztecDetectorResult Package Description com.google.zxing.aztec.decoder com.google.zxing.aztec.detector -
-
Uses of AztecDetectorResult in com.google.zxing.aztec.decoder
Fields in com.google.zxing.aztec.decoder declared as AztecDetectorResult Modifier and Type Field Description private AztecDetectorResultDecoder. ddataMethods in com.google.zxing.aztec.decoder with parameters of type AztecDetectorResult Modifier and Type Method Description DecoderResultDecoder. decode(AztecDetectorResult detectorResult) -
Uses of AztecDetectorResult in com.google.zxing.aztec.detector
Methods in com.google.zxing.aztec.detector that return AztecDetectorResult Modifier and Type Method Description AztecDetectorResultDetector. detect()AztecDetectorResultDetector. detect(boolean isMirror)Detects an Aztec Code in an image.
-