Class UniversalIdConfig
-
- All Implemented Interfaces:
public class UniversalIdConfigConfiguration for scanning all kinds of identification documents
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUniversalIdConfig.AlphabetSets a specific character set. Per default, only latin characters are processed.
-
Field Summary
Fields Modifier and Type Field Description public UniversalIdConfig.Alphabetalphabetpublic AllowedLayoutsallowedLayoutspublic LayoutMrzmrzpublic LayoutDrivingLicensedrivingLicensepublic LayoutIdFrontidFrontpublic LayoutInsuranceCardinsuranceCardpublic BooleanfaceDetectionEnabled
-
Constructor Summary
Constructors Constructor Description UniversalIdConfig()
-
Method Summary
Modifier and Type Method Description UniversalIdConfig.AlphabetgetAlphabet()Sets a specific character set. voidsetAlphabet(UniversalIdConfig.Alphabet alphabet)Sets a specific character set. AllowedLayoutsgetAllowedLayouts()Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type. voidsetAllowedLayouts(AllowedLayouts allowedLayouts)Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type. LayoutMrzgetMrz()layoutMrz Contains all the supported field scan options for MRZ. voidsetMrz(LayoutMrz mrz)layoutMrz Contains all the supported field scan options for MRZ. LayoutDrivingLicensegetDrivingLicense()Contains all the supported field scan options for driving licenses. voidsetDrivingLicense(LayoutDrivingLicense drivingLicense)Contains all the supported field scan options for driving licenses. LayoutIdFrontgetIdFront()Contains all the supported field scan options for ID front cards. voidsetIdFront(LayoutIdFront idFront)Contains all the supported field scan options for ID front cards. LayoutInsuranceCardgetInsuranceCard()Contains all the supported field scan options for insurance cards. voidsetInsuranceCard(LayoutInsuranceCard insuranceCard)Contains all the supported field scan options for insurance cards. BooleangetFaceDetectionEnabled()Sets whether the face detection approach is enabled. voidsetFaceDetectionEnabled(Boolean faceDetectionEnabled)Sets whether the face detection approach is enabled. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getAlphabet
UniversalIdConfig.Alphabet getAlphabet()
Sets a specific character set. Per default, only latin characters are processed.
-
setAlphabet
void setAlphabet(UniversalIdConfig.Alphabet alphabet)
Sets a specific character set. Per default, only latin characters are processed.
-
getAllowedLayouts
AllowedLayouts getAllowedLayouts()
Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type.
-
setAllowedLayouts
void setAllowedLayouts(AllowedLayouts allowedLayouts)
Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type.
-
getDrivingLicense
LayoutDrivingLicense getDrivingLicense()
Contains all the supported field scan options for driving licenses.
-
setDrivingLicense
void setDrivingLicense(LayoutDrivingLicense drivingLicense)
Contains all the supported field scan options for driving licenses.
-
getIdFront
LayoutIdFront getIdFront()
Contains all the supported field scan options for ID front cards.
-
setIdFront
void setIdFront(LayoutIdFront idFront)
Contains all the supported field scan options for ID front cards.
-
getInsuranceCard
LayoutInsuranceCard getInsuranceCard()
Contains all the supported field scan options for insurance cards.
-
setInsuranceCard
void setInsuranceCard(LayoutInsuranceCard insuranceCard)
Contains all the supported field scan options for insurance cards.
-
getFaceDetectionEnabled
Boolean getFaceDetectionEnabled()
Sets whether the face detection approach is enabled. Defaults to false.
-
setFaceDetectionEnabled
void setFaceDetectionEnabled(Boolean faceDetectionEnabled)
Sets whether the face detection approach is enabled. Defaults to false.
-
hashCode
int hashCode()
-
-
-
-