Class DecoderConfig


  • final class DecoderConfig
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • help

        boolean help
      • inputPaths

        java.util.List<java.lang.String> inputPaths
    • Constructor Detail

      • DecoderConfig

        DecoderConfig()