Package com.google.zxing.client.j2se
Class DecoderConfig
- java.lang.Object
-
- com.google.zxing.client.j2se.DecoderConfig
-
final class DecoderConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
brief
(package private) java.util.List<java.lang.Integer>
crop
(package private) boolean
dumpBlackPoint
(package private) boolean
dumpResults
(package private) boolean
help
(package private) java.util.List<java.lang.String>
inputPaths
(package private) boolean
multi
(package private) boolean
outputRaw
(package private) java.util.List<BarcodeFormat>
possibleFormats
(package private) boolean
productsOnly
(package private) boolean
pureBarcode
(package private) boolean
recursive
(package private) boolean
tryHarder
-
Constructor Summary
Constructors Constructor Description DecoderConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Map<DecodeHintType,?>
buildHints()
-
-
-
Field Detail
-
tryHarder
boolean tryHarder
-
pureBarcode
boolean pureBarcode
-
productsOnly
boolean productsOnly
-
dumpResults
boolean dumpResults
-
dumpBlackPoint
boolean dumpBlackPoint
-
multi
boolean multi
-
brief
boolean brief
-
outputRaw
boolean outputRaw
-
recursive
boolean recursive
-
crop
java.util.List<java.lang.Integer> crop
-
possibleFormats
java.util.List<BarcodeFormat> possibleFormats
-
help
boolean help
-
inputPaths
java.util.List<java.lang.String> inputPaths
-
-
Method Detail
-
buildHints
java.util.Map<DecodeHintType,?> buildHints()
-
-