Class MatchFacesResponse.Builder
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesResponse.Builder
- Enclosing class:
MatchFacesResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
create
(List<MatchFacesDetection> detections, List<MatchFacesComparedFacesPair> results, String tag, MatchFacesException exception) withException
(MatchFacesException exception)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withException
-
create
public MatchFacesResponse.Builder create(List<MatchFacesDetection> detections, List<MatchFacesComparedFacesPair> results, String tag, MatchFacesException exception)
-