Class AllowedLayouts
-
- All Implemented Interfaces:
public class AllowedLayoutsSpecifies 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. voidsetMrz(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. voidsetDrivingLicense(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. voidsetIdFront(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. voidsetInsuranceCard(List<String> insuranceCard)Sets a set of layouts to be included by the scanner. StringtoString()inthashCode()booleanequals(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()
-
-
-
-