Class DecoderConfig

java.lang.Object
com.google.zxing.client.j2se.DecoderConfig

final class DecoderConfig extends Object
  • Field Details

    • 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

      List<Integer> crop
    • possibleFormats

      List<BarcodeFormat> possibleFormats
    • help

      boolean help
    • inputPaths

      List<String> inputPaths
  • Constructor Details

    • DecoderConfig

      DecoderConfig()
  • Method Details