Package com.incode.welcome_sdk.modules
Class FaceAuthentication
-
- All Implemented Interfaces:
public final class FaceAuthentication extends BaseModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFaceAuthentication.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshowTutorialsprivate final IntegerautoCaptureTimeoutprivate final IntegercaptureAttemptsprivate final BooleaneyesClosedCheckEnabledprivate final BooleanheadCoverCheckEnabledprivate final BooleanlensesCheckEnabledprivate final BooleanmaskCheckEnabledprivate final BooleanfaceOcclusionCheckEnabledprivate final SeverityLevelimageQualityCheckSeverityprivate final SeverityLevelfaceOcclusionSeverityprivate final Modulesnameprivate final BooleanisNonUiMode
-
Constructor Summary
Constructors Constructor Description FaceAuthentication(Boolean showTutorials, Integer autoCaptureTimeout, Integer captureAttempts, Boolean eyesClosedCheckEnabled, Boolean headCoverCheckEnabled, Boolean lensesCheckEnabled, Boolean maskCheckEnabled, Boolean faceOcclusionCheckEnabled, SeverityLevel imageQualityCheckSeverity, SeverityLevel faceOcclusionSeverity)
-
Method Summary
Modifier and Type Method Description final BooleangetShowTutorials()final IntegergetAutoCaptureTimeout()final IntegergetCaptureAttempts()final BooleangetEyesClosedCheckEnabled()final BooleangetHeadCoverCheckEnabled()final BooleangetLensesCheckEnabled()final BooleangetMaskCheckEnabled()final BooleangetFaceOcclusionCheckEnabled()final SeverityLevelgetImageQualityCheckSeverity()final SeverityLevelgetFaceOcclusionSeverity()-
-
Constructor Detail
-
FaceAuthentication
FaceAuthentication(Boolean showTutorials, Integer autoCaptureTimeout, Integer captureAttempts, Boolean eyesClosedCheckEnabled, Boolean headCoverCheckEnabled, Boolean lensesCheckEnabled, Boolean maskCheckEnabled, Boolean faceOcclusionCheckEnabled, SeverityLevel imageQualityCheckSeverity, SeverityLevel faceOcclusionSeverity)
-
-
Method Detail
-
getShowTutorials
final Boolean getShowTutorials()
-
getAutoCaptureTimeout
final Integer getAutoCaptureTimeout()
-
getCaptureAttempts
final Integer getCaptureAttempts()
-
getEyesClosedCheckEnabled
final Boolean getEyesClosedCheckEnabled()
-
getHeadCoverCheckEnabled
final Boolean getHeadCoverCheckEnabled()
-
getLensesCheckEnabled
final Boolean getLensesCheckEnabled()
-
getMaskCheckEnabled
final Boolean getMaskCheckEnabled()
-
getFaceOcclusionCheckEnabled
final Boolean getFaceOcclusionCheckEnabled()
-
getImageQualityCheckSeverity
final SeverityLevel getImageQualityCheckSeverity()
-
getFaceOcclusionSeverity
final SeverityLevel getFaceOcclusionSeverity()
-
-
-
-