Package com.regula.facesdk.model.results
Class LivenessResponse.Builder
java.lang.Object
com.regula.facesdk.model.results.LivenessResponse.Builder
- Enclosing class:
- LivenessResponse
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic Builder()
 
- 
- 
Method Details- 
build
- 
withExceptionpublic LivenessResponse.Builder withException(String tag, String transactionId, LivenessErrorException exception) 
- 
withExceptionpublic LivenessResponse.Builder withException(String tag, String transactionId, LivenessErrorException exception, Bitmap[] bitmaps) 
- 
withException
- 
withLivenesspublic LivenessResponse.Builder withLiveness(String tag, String transactionId, LivenessStatus liveness, Integer ageApproximant, LivenessErrorException error, Bitmap[] bitmaps) 
 
-