Class MatchFacesDetection

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

public final class MatchFacesDetection extends Object
  • Method Details

    • getImage

      public MatchFacesImage 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

      public List<MatchFacesDetectionFace> getFaces()
      The array of faces detected on the image.
      Returns:
      List ofMatchFacesDetectionFace
    • getException

      public MatchFacesException getException()
      The error describes a failed face detection
      Returns:
      #MatchFacesException object