Enum OnboardingValidationModule
-
- All Implemented Interfaces:
public enum OnboardingValidationModuleValidation modules that contribute to the total Onboarding score.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description idInclude ID verification score in the total score
secondIdInclude second ID verification score in the total score
livenessInclude score calculated by the Liveness check in Selfie Scan in the total score
faceRecognitionInclude Face Recognition score between the Selfie and ID Photo in the total score
faceRecognitionSecondIdInclude Face Recognition score between the Selfie and the second ID Photo in the total score
addressFieldPoAValidationCheck if the Address fields are not empty in Proof of Address
dateFieldPoAValidationCheck that the Date field is not empty in Proof of Address
governmentValidationInclude score from one or more Government Validation checks in the total score. To be used together with governmentFaceValidation and/or governmentValidation.
governmentFaceValidationInclude Face Validation score between the Selfie and ID Photo from Government Database in the total score. To be used together with governmentValidation.
governmentOcrValidationInclude OCR data validation score from Government Validation in the total score. To be used together with governmentValidation.
videoSelfieInclude Video Selfie score in the total score
faceMaskInclude Face Mask score in the total score
incodeWatchlistInclude Custom Watchlist score in the total score
videoSelfieLivenessInclude Video Selfie Liveness score in the total score
videoSelfieOcrInclude Video Selfie OCR score in the total score
videoSelfieIdTypeInclude Video Selfie Id Type score in the total score
videoSelfieSpeechInclude Video Selfie Speech score in the total score
videoSelfieBackIdTypeInclude Video Selfie Back Id Type score in the total score
videoSelfieBackIdOcrInclude Video Selfie Back Id OCR score in the total score
-
Method Summary
Modifier and Type Method Description static Array<OnboardingValidationModule>values()Returns an array containing the constants of this enum type, in the order they're declared. static OnboardingValidationModulevalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<OnboardingValidationModule> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static OnboardingValidationModule valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-