Class MatchFacesRequest

java.lang.Object
com.regula.facesdk.request.MatchFacesRequest

public final class MatchFacesRequest extends Object
  • Constructor Details

  • Method Details

    • setCustomMetadata

      public void setCustomMetadata(JSONObject customMetadata)
      Set custom metadata to match faces request
      Parameters:
      customMetadata - org.json.JSONObject
    • getImages

      public List<MatchFacesImage> getImages()
      Initializes a request to match and detect faces on input `images`.
      Returns:
      List of MatchFacesImage
    • getCustomMetadata

      public JSONObject getCustomMetadata()
      Getting the custom metadata
      Returns:
      org.json.JSONObject
    • getOutputImageParams

      public OutputImageParams getOutputImageParams()
    • setOutputImageParams

      public void setOutputImageParams(OutputImageParams outputImageParams)
      Set of parameter for image processing
      Parameters:
      outputImageParams - OutputImageParams
    • setTag

      public void setTag(String tag)
    • getTag

      public String getTag()