Enum OnboardingValidationModule
-
- All Implemented Interfaces:
public enum OnboardingValidationModule
Validation modules that contribute to the total Onboarding score.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description id
Include ID verification score in the total score
secondId
Include second ID verification score in the total score
liveness
Include score calculated by the Liveness check in Selfie Scan in the total score
faceRecognition
Include Face Recognition score between the Selfie and ID Photo in the total score
faceRecognitionSecondId
Include Face Recognition score between the Selfie and the second ID Photo in the total score
addressFieldPoAValidation
Check if the Address fields are not empty in Proof of Address
dateFieldPoAValidation
Check that the Date field is not empty in Proof of Address
governmentValidation
Include score from one or more Government Validation checks in the total score. To be used together with governmentFaceValidation and/or governmentValidation.
governmentFaceValidation
Include Face Validation score between the Selfie and ID Photo from Government Database in the total score. To be used together with governmentValidation.
governmentOcrValidation
Include OCR data validation score from Government Validation in the total score. To be used together with governmentValidation.
videoSelfie
Include Video Selfie score in the total score
faceMask
Include Face Mask score in the total score
incodeWatchlist
Include Custom Watchlist score in the total score
videoSelfieLiveness
Include Video Selfie Liveness score in the total score
videoSelfieOcr
Include Video Selfie OCR score in the total score
videoSelfieIdType
Include Video Selfie Id Type score in the total score
videoSelfieSpeech
Include Video Selfie Speech score in the total score
videoSelfieBackIdType
Include Video Selfie Back Id Type score in the total score
videoSelfieBackIdOcr
Include 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 OnboardingValidationModule
valueOf(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
-
-
-
-