Class MatchFacesResponse.Builder
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesResponse.Builder
-
- Enclosing class:
- MatchFacesResponse
public static class MatchFacesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFacesResponse
build()
MatchFacesResponse.Builder
create(java.util.List<MatchFacesDetection> detections, java.util.List<MatchFacesComparedFacesPair> results, java.lang.String tag, MatchFacesException exception)
MatchFacesResponse.Builder
withException(MatchFacesException exception)
-
-
-
Method Detail
-
build
public MatchFacesResponse build()
-
withException
public MatchFacesResponse.Builder withException(MatchFacesException exception)
-
create
public MatchFacesResponse.Builder create(java.util.List<MatchFacesDetection> detections, java.util.List<MatchFacesComparedFacesPair> results, java.lang.String tag, MatchFacesException exception)
-
-