Class MatchFacesComparedFacesPair.Builder
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesComparedFacesPair.Builder
-
- Enclosing class:
- MatchFacesComparedFacesPair
public static class MatchFacesComparedFacesPair.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFacesComparedFacesPair
build()
MatchFacesComparedFacesPair.Builder
create(MatchFacesComparedFace firstFace, MatchFacesComparedFace secondFace, MatchFacesException exception, java.lang.Float similarity, java.lang.Float score)
-
-
-
Method Detail
-
build
public MatchFacesComparedFacesPair build()
-
create
public MatchFacesComparedFacesPair.Builder create(MatchFacesComparedFace firstFace, MatchFacesComparedFace secondFace, MatchFacesException exception, java.lang.Float similarity, java.lang.Float score)
-
-