Class AllowedLayouts
-
- All Implemented Interfaces:
public class AllowedLayouts
Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type.
-
-
Constructor Summary
Constructors Constructor Description AllowedLayouts()
-
Method Summary
Modifier and Type Method Description List<String>
getMrz()
Sets a set of layouts to be included by the scanner. void
setMrz(List<String> mrz)
Sets a set of layouts to be included by the scanner. List<String>
getDrivingLicense()
Sets a set of layouts to be included by the scanner. void
setDrivingLicense(List<String> drivingLicense)
Sets a set of layouts to be included by the scanner. List<String>
getIdFront()
Sets a set of layouts to be included by the scanner. void
setIdFront(List<String> idFront)
Sets a set of layouts to be included by the scanner. List<String>
getInsuranceCard()
Sets a set of layouts to be included by the scanner. void
setInsuranceCard(List<String> insuranceCard)
Sets a set of layouts to be included by the scanner. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getMrz
List<String> getMrz()
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
setMrz
void setMrz(List<String> mrz)
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
getDrivingLicense
List<String> getDrivingLicense()
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
setDrivingLicense
void setDrivingLicense(List<String> drivingLicense)
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
getIdFront
List<String> getIdFront()
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
setIdFront
void setIdFront(List<String> idFront)
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
getInsuranceCard
List<String> getInsuranceCard()
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
setInsuranceCard
void setInsuranceCard(List<String> insuranceCard)
Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.
-
hashCode
int hashCode()
-
-
-
-