Class MatchFacesComparedFacesPair
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesComparedFacesPair
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn exception of the comparing facesgetFirst()
The first face in the comparison pair.double
getScore()
The raw value returned by the service without applying any thresholds or comparison rules.The second face in the comparison pair.double
Return the similarity value of the compared faces
-
Method Details
-
getFirst
The first face in the comparison pair.- Returns:
MatchFacesComparedFace
-
getSecond
The second face in the comparison pair.- Returns:
MatchFacesComparedFace
-
getSimilarity
public double getSimilarity()Return the similarity value of the compared faces- Returns:
- similarity in the double format
-
getScore
public double getScore()The raw value returned by the service without applying any thresholds or comparison rules. The value shows the degree of similarity of compared faces, the lower - the more similar, and vice versa less similar. The `score` is used in conjunction with the input image `imageType` to evaluate `similarity`.- Returns:
- score in the double format
- See Also:
-
getException
Return exception of the comparing faces- Returns:
MatchFacesException
-