Class MatchFacesSimilarityThresholdSplit
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesSimilarityThresholdSplit
-
public final class MatchFacesSimilarityThresholdSplit extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchFacesSimilarityThresholdSplit(java.util.List<MatchFacesComparedFacesPair> facesPairs, double similarityThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MatchFacesComparedFacesPair>
getMatchedFaces()
Getting list of the matched facesjava.util.List<MatchFacesComparedFacesPair>
getUnmatchedFaces()
Getting list of the unmatched faces
-
-
-
Constructor Detail
-
MatchFacesSimilarityThresholdSplit
public MatchFacesSimilarityThresholdSplit(java.util.List<MatchFacesComparedFacesPair> facesPairs, double similarityThreshold)
-
-
Method Detail
-
getMatchedFaces
public java.util.List<MatchFacesComparedFacesPair> getMatchedFaces()
Getting list of the matched faces- Returns:
- List of
MatchFacesComparedFacesPair
-
getUnmatchedFaces
public java.util.List<MatchFacesComparedFacesPair> getUnmatchedFaces()
Getting list of the unmatched faces- Returns:
- List of
MatchFacesComparedFacesPair
-
-