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.
-
Field Summary
Fields Modifier and Type Field Description public UniversalIdField.ScanOption
scanOption
public Integer
minConfidence
-
Constructor Summary
Constructors Constructor Description UniversalIdField()
-
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)
-
-
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.
-
hashCode
int hashCode()
-
-
-
-