Class MatchFacesDetection.Builder
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesDetection.Builder
-
- Enclosing class:
- MatchFacesDetection
public static class MatchFacesDetection.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(int imageIndex, MatchFacesImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFace(MatchFacesDetectionFace face)
MatchFacesDetection
build()
MatchFacesDetection.Builder
exception(MatchFacesErrorCode status, java.lang.String description)
-
-
-
Constructor Detail
-
Builder
public Builder(int imageIndex, MatchFacesImage image)
-
-
Method Detail
-
build
public MatchFacesDetection build()
-
exception
public MatchFacesDetection.Builder exception(MatchFacesErrorCode status, java.lang.String description)
-
addFace
public void addFace(MatchFacesDetectionFace face)
-
-