Package com.regula.facesdk.request
Class MatchFacesRequest
java.lang.Object
com.regula.facesdk.request.MatchFacesRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionJSONObject
Getting the custom metadataInitializes a request to match and detect faces on input `images`.getTag()
void
setCustomMetadata
(JSONObject customMetadata) Set custom metadata to match faces requestvoid
setOutputImageParams
(OutputImageParams outputImageParams) Set of parameter for image processingvoid
-
Constructor Details
-
MatchFacesRequest
-
-
Method Details
-
setCustomMetadata
public void setCustomMetadata(JSONObject customMetadata) Set custom metadata to match faces request- Parameters:
customMetadata
- org.json.JSONObject
-
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
-
setOutputImageParams
Set of parameter for image processing- Parameters:
outputImageParams
-OutputImageParams
-
setTag
-
getTag
-