Package com.regula.facesdk.model.results
Class LivenessResponse.Builder
java.lang.Object
com.regula.facesdk.model.results.LivenessResponse.Builder
- Enclosing class:
LivenessResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withException
(LivenessErrorException exception) withException
(String tag, String transactionId, LivenessErrorException exception) withException
(String tag, String transactionId, LivenessErrorException exception, Bitmap[] bitmaps) withLiveness
(String tag, String transactionId, LivenessStatus liveness, Integer ageApproximant, LivenessErrorException error, Bitmap[] bitmaps)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withException
public LivenessResponse.Builder withException(String tag, String transactionId, LivenessErrorException exception) -
withException
public LivenessResponse.Builder withException(String tag, String transactionId, LivenessErrorException exception, Bitmap[] bitmaps) -
withException
-
withLiveness
public LivenessResponse.Builder withLiveness(String tag, String transactionId, LivenessStatus liveness, Integer ageApproximant, LivenessErrorException error, Bitmap[] bitmaps)
-