Package com.regula.facesdk.model.results
Class LivenessResponse.Builder
- java.lang.Object
-
- com.regula.facesdk.model.results.LivenessResponse.Builder
-
- Enclosing class:
- LivenessResponse
public static class LivenessResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LivenessResponse
build()
LivenessResponse.Builder
withException(LivenessErrorException exception)
LivenessResponse.Builder
withException(java.lang.String tag, java.lang.String transactionId, LivenessErrorException exception)
LivenessResponse.Builder
withException(java.lang.String tag, java.lang.String transactionId, LivenessErrorException exception, Bitmap[] bitmaps)
LivenessResponse.Builder
withLiveness(java.lang.String tag, java.lang.String transactionId, LivenessStatus liveness, java.lang.Integer ageApproximant, LivenessErrorException error, Bitmap[] bitmaps)
-
-
-
Method Detail
-
build
public LivenessResponse build()
-
withException
public LivenessResponse.Builder withException(java.lang.String tag, java.lang.String transactionId, LivenessErrorException exception)
-
withException
public LivenessResponse.Builder withException(java.lang.String tag, java.lang.String transactionId, LivenessErrorException exception, Bitmap[] bitmaps)
-
withException
public LivenessResponse.Builder withException(LivenessErrorException exception)
-
withLiveness
public LivenessResponse.Builder withLiveness(java.lang.String tag, java.lang.String transactionId, LivenessStatus liveness, java.lang.Integer ageApproximant, LivenessErrorException error, Bitmap[] bitmaps)
-
-