Class MatchFacesResponse
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesResponse
-
public final class MatchFacesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatchFacesResponse.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MatchFacesDetection>
getDetections()
Face detection results for each given image.MatchFacesException
getException()
Getting theMatchFacesException
object of theMatchFacesResponse
java.util.List<MatchFacesComparedFacesPair>
getResults()
Face comparison results with score and similarity values.java.lang.String
getTag()
-
-
-
Method Detail
-
getException
public MatchFacesException getException()
Getting theMatchFacesException
object of theMatchFacesResponse
- Returns:
MatchFacesException
object
-
getDetections
public java.util.List<MatchFacesDetection> getDetections()
Face detection results for each given image.- Returns:
- List of
MatchFacesDetection
-
getResults
public java.util.List<MatchFacesComparedFacesPair> getResults()
Face comparison results with score and similarity values.- Returns:
- List of
MatchFacesComparedFacesPair
-
getTag
public java.lang.String getTag()
-
-