Class MatchFacesComparedFace
- java.lang.Object
-
- com.regula.facesdk.model.results.matchfaces.MatchFacesComparedFace
-
public final class MatchFacesComparedFace extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatchFacesComparedFace.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchFacesDetectionFace
getDetectionFace()
The face detection result.java.lang.Integer
getFaceIndex()
The index to the array of `faces` in the `detection` results.int
getImageIndex()
The index to the input image in the input array provided to the request.MatchFacesImage
getMatchesFaceImage()
The input image used for comparison operation.
-
-
-
Method Detail
-
getDetectionFace
public MatchFacesDetectionFace getDetectionFace()
The face detection result.- Returns:
MatchFacesDetectionFace
object
-
getMatchesFaceImage
public MatchFacesImage getMatchesFaceImage()
The input image used for comparison operation.- Returns:
MatchFacesImage
object
-
getFaceIndex
public java.lang.Integer 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
-
-