Class UniversalIdField

  • All Implemented Interfaces:

    
    public class UniversalIdField
    
                        

    Configures scanning options for ID fields in order to fine-tune the ID scanner.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum UniversalIdField.ScanOption

      The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      UniversalIdField.ScanOption getScanOption() The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior.
      void setScanOption(UniversalIdField.ScanOption scanOption) The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior.
      Integer getMinConfidence() Set the minConfidence which has to be reached in order to trigger a scan result.
      void setMinConfidence(Integer minConfidence) Set the minConfidence which has to be reached in order to trigger a scan result.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UniversalIdField

        UniversalIdField()
    • Method Detail

      • getScanOption

         UniversalIdField.ScanOption getScanOption()

        The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.

      • setScanOption

         void setScanOption(UniversalIdField.ScanOption scanOption)

        The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.

      • getMinConfidence

         Integer getMinConfidence()

        Set the minConfidence which has to be reached in order to trigger a scan result. The value has to be between 0 and 100. Defaults to 60.

      • setMinConfidence

         void setMinConfidence(Integer minConfidence)

        Set the minConfidence which has to be reached in order to trigger a scan result. The value has to be between 0 and 100. Defaults to 60.