Class MatchFacesDetection
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesDetection
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getImage
The input image used for comparison operation.- Returns:
- MatchFacesImage object
- See Also:
-
getImageIndex
public int getImageIndex()The index to the input image in the input array provided to the request.- Returns:
- image position index
-
getFaces
The array of faces detected on the image.- Returns:
- List of
MatchFacesDetectionFace
-
getException
The error describes a failed face detection- Returns:
- #MatchFacesException object
-