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

Method detectionLandmark

sdk_unuse/HttpRequests.java:352–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 }
351
352 public JSONObject detectionLandmark() throws FaceppParseException {
353 return request("detection", "landmark");
354 }
355 public JSONObject detectionLandmark(PostParameters params) throws FaceppParseException{
356 return request("detection", "landmark", params);
357 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected