Class VehicleRegistrationCertificateField
-
- All Implemented Interfaces:
public class VehicleRegistrationCertificateField
Configures scanning options per field
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VehicleRegistrationCertificateField.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 VehicleRegistrationCertificateField.ScanOption
scanOption
public Integer
minConfidence
-
Constructor Summary
Constructors Constructor Description VehicleRegistrationCertificateField()
-
Method Summary
Modifier and Type Method Description VehicleRegistrationCertificateField.ScanOption
getScanOption()
The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. void
setScanOption(VehicleRegistrationCertificateField.ScanOption scanOption)
The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Integer
getMinConfidence()
Set the minConfidence between 0 and 100. void
setMinConfidence(Integer minConfidence)
Set the minConfidence between 0 and 100. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getScanOption
VehicleRegistrationCertificateField.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(VehicleRegistrationCertificateField.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 between 0 and 100. Otherwise, it's defaulted.
-
setMinConfidence
void setMinConfidence(Integer minConfidence)
Set the minConfidence between 0 and 100. Otherwise, it's defaulted.
-
hashCode
int hashCode()
-
-
-
-