Package com.regula.facesdk.request
Class MatchFacesRequest
- java.lang.Object
-
- com.regula.facesdk.request.MatchFacesRequest
-
public final class MatchFacesRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatchFacesRequest(java.util.List<MatchFacesImage> matchFacesImages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObject
getCustomMetadata()
Getting the custom metadatajava.util.List<MatchFacesImage>
getImages()
Initializes a request to match and detect faces on input `images`.OutputImageParams
getOutputImageParams()
java.lang.String
getTag()
void
setCustomMetadata(JSONObject customMetadata)
Set custom metadata to match faces requestvoid
setOutputImageParams(OutputImageParams outputImageParams)
Set of parameter for image processingvoid
setTag(java.lang.String tag)
-
-
-
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
-
getOutputImageParams
public OutputImageParams getOutputImageParams()
-
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()
-
-