Class MatchFacesResponse
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionFace detection results for each given image.Getting theMatchFacesExceptionobject of theMatchFacesResponseFace comparison results with score and similarity values.getTag()
-
Method Details
-
getException
Getting theMatchFacesExceptionobject of theMatchFacesResponse- Returns:
MatchFacesExceptionobject
-
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
-