Package com.incode.welcome_sdk.modules
Class FaceMatch.Builder
-
- All Implemented Interfaces:
public final class FaceMatch.Builder
-
-
Constructor Summary
Constructors Constructor Description FaceMatch.Builder()
-
Method Summary
Modifier and Type Method Description final FaceMatch.Builder
setIdCategory(IdCategory idCategory)
Accepts one or more IdCategory values and adds them to the list. final Unit
addIdCategory(IdCategory idCategory)
Adds provided IdCategory to the categories list. final FaceMatch.Builder
setShowUserExists(Boolean showUserExists)
final FaceMatch.Builder
setMatchType(FaceMatch.MatchType matchType)
final FaceMatch.Builder
setFaceMatchAnimationEnabled(Boolean enableFaceMatchAnimation)
final FaceMatch
build()
-
-
Method Detail
-
setIdCategory
final FaceMatch.Builder setIdCategory(IdCategory idCategory)
Accepts one or more IdCategory values and adds them to the list. This replaces previously set IdCategory values.
- Parameters:
idCategory
- one or more IdCategory values.
-
addIdCategory
final Unit addIdCategory(IdCategory idCategory)
Adds provided IdCategory to the categories list.
- Parameters:
idCategory
- to be added to the list, ignored if item is already in the list.
-
setShowUserExists
final FaceMatch.Builder setShowUserExists(Boolean showUserExists)
-
setMatchType
final FaceMatch.Builder setMatchType(FaceMatch.MatchType matchType)
-
setFaceMatchAnimationEnabled
final FaceMatch.Builder setFaceMatchAnimationEnabled(Boolean enableFaceMatchAnimation)
-
-
-
-