Class RequestedFaceComparisonCheck.Builder
java.lang.Object
com.yoti.api.client.docs.session.create.check.RequestedFaceComparisonCheck.Builder
- Enclosing class:
- RequestedFaceComparisonCheck
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the manual check value to ALWAYS of a config that will be used for face comparison checkSets the manual check value to FALLBACK of a config that will be used for face comparison checkSets the manual check value to NEVER of a config that will be used for face comparison check
-
Method Details
-
withManualCheckAlways
Sets the manual check value to ALWAYS of a config that will be used for face comparison check- Returns:
- the builder
-
withManualCheckFallback
Sets the manual check value to FALLBACK of a config that will be used for face comparison check- Returns:
- the builder
-
withManualCheckNever
Sets the manual check value to NEVER of a config that will be used for face comparison check- Returns:
- the builder
-
build
-