Class MatchFacesRequest


  • public final class MatchFacesRequest
    extends java.lang.Object
    • Constructor Detail

      • MatchFacesRequest

        public MatchFacesRequest​(java.util.List<MatchFacesImage> matchFacesImages)
    • Method Detail

      • setCustomMetadata

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

        public java.util.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
      • setOutputImageParams

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

        public void setTag​(java.lang.String tag)
      • getTag

        public java.lang.String getTag()