Class UniversalIdConfig
-
- All Implemented Interfaces:
public class UniversalIdConfig
Configuration for scanning all kinds of identification documents
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
UniversalIdConfig.Alphabet
Sets a specific character set.
-
Field Summary
Fields Modifier and Type Field Description public UniversalIdConfig.Alphabet
alphabet
public AllowedLayouts
allowedLayouts
public LayoutMrz
mrz
public LayoutDrivingLicense
drivingLicense
public LayoutIdFront
idFront
public LayoutInsuranceCard
insuranceCard
public Boolean
faceDetectionEnabled
-
Constructor Summary
Constructors Constructor Description UniversalIdConfig()
-
Method Summary
Modifier and Type Method Description UniversalIdConfig.Alphabet
getAlphabet()
Sets a specific character set. void
setAlphabet(UniversalIdConfig.Alphabet alphabet)
Sets a specific character set. AllowedLayouts
getAllowedLayouts()
Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type. void
setAllowedLayouts(AllowedLayouts allowedLayouts)
Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type. LayoutMrz
getMrz()
layoutMrz Contains all the supported field scan options for MRZ. void
setMrz(LayoutMrz mrz)
layoutMrz Contains all the supported field scan options for MRZ. LayoutDrivingLicense
getDrivingLicense()
Contains all the supported field scan options for driving licenses. void
setDrivingLicense(LayoutDrivingLicense drivingLicense)
Contains all the supported field scan options for driving licenses. LayoutIdFront
getIdFront()
Contains all the supported field scan options for ID front cards. void
setIdFront(LayoutIdFront idFront)
Contains all the supported field scan options for ID front cards. LayoutInsuranceCard
getInsuranceCard()
Contains all the supported field scan options for insurance cards. void
setInsuranceCard(LayoutInsuranceCard insuranceCard)
Contains all the supported field scan options for insurance cards. Boolean
getFaceDetectionEnabled()
Sets whether the face detection approach is enabled. void
setFaceDetectionEnabled(Boolean faceDetectionEnabled)
Sets whether the face detection approach is enabled. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getAlphabet
UniversalIdConfig.Alphabet getAlphabet()
Sets a specific character set.
-
setAlphabet
void setAlphabet(UniversalIdConfig.Alphabet alphabet)
Sets a specific character set.
-
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.
-
setFaceDetectionEnabled
void setFaceDetectionEnabled(Boolean faceDetectionEnabled)
Sets whether the face detection approach is enabled.
-
hashCode
int hashCode()
-
-
-
-