Class MatchFacesComparedFace

java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesComparedFace

public final class MatchFacesComparedFace extends Object
  • Method Details

    • 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 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