Class MatchFacesComparedFace
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesComparedFace
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe face detection result.The index to the array of `faces` in the `detection` results.int
The index to the input image in the input array provided to the request.The input image used for comparison operation.
-
Method Details
-
getDetectionFace
The face detection result.- Returns:
MatchFacesDetectionFace
object
-
getMatchesFaceImage
The input image used for comparison operation.- Returns:
MatchFacesImage
object
-
getFaceIndex
The index to the array of `faces` in the `detection` results.- Returns:
- face position index
-
getImageIndex
public int getImageIndex()The index to the input image in the input array provided to the request.- Returns:
- image position index
-