Class MatchFacesResponse
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesResponse
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionFace detection results for each given image.Getting theMatchFacesException
object of theMatchFacesResponse
Face comparison results with score and similarity values.getTag()
-
Method Details
-
getException
Getting theMatchFacesException
object of theMatchFacesResponse
- Returns:
MatchFacesException
object
-
getDetections
Face detection results for each given image.- Returns:
- List of
MatchFacesDetection
-
getResults
Face comparison results with score and similarity values.- Returns:
- List of
MatchFacesComparedFacesPair
-
getTag
-