Class MatchFacesDetectionFace.Builder
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesDetectionFace.Builder
-
- Enclosing class:
- MatchFacesDetectionFace
public static class MatchFacesDetectionFace.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFacesDetectionFace
build()
MatchFacesDetectionFace.Builder
create(int faceIndex, java.lang.Double rotationAngle, java.util.List<Point> landmarks, Rect roi, Rect originalRect)
MatchFacesDetectionFace.Builder
setCrop(Bitmap crop)
-
-
-
Method Detail
-
build
public MatchFacesDetectionFace build()
-
create
public MatchFacesDetectionFace.Builder create(int faceIndex, java.lang.Double rotationAngle, java.util.List<Point> landmarks, Rect roi, Rect originalRect)
-
setCrop
public MatchFacesDetectionFace.Builder setCrop(Bitmap crop)
-
-