MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / detectionDetect

Method detectionDetect

sdk_unuse/HttpRequests.java:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343
344 //all api here
345 public JSONObject detectionDetect() throws FaceppParseException {
346 return request("detection", "detect");
347 }
348 public JSONObject detectionDetect(PostParameters params) throws FaceppParseException{
349 return request("detection", "detect", params);
350 }

Callers 1

runMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected