Class UniversalIdField
-
- All Implemented Interfaces:
public class UniversalIdFieldConfigures scanning options for ID fields in order to fine-tune the ID scanner.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUniversalIdField.ScanOptionThe 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.ScanOptionscanOptionpublic IntegerminConfidence
-
Constructor Summary
Constructors Constructor Description UniversalIdField()
-
Method Summary
Modifier and Type Method Description UniversalIdField.ScanOptiongetScanOption()The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. voidsetScanOption(UniversalIdField.ScanOption scanOption)The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. IntegergetMinConfidence()Set the minConfidence which has to be reached in order to trigger a scan result. voidsetMinConfidence(Integer minConfidence)Set the minConfidence which has to be reached in order to trigger a scan result. StringtoString()inthashCode()booleanequals(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()
-
-
-
-