MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / recognitionIdentify

Method recognitionIdentify

sdk_unuse/HttpRequests.java:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399 }
400
401 public JSONObject recognitionIdentify() throws FaceppParseException {
402 return request("recognition", "identify");
403 }
404 public JSONObject recognitionIdentify(PostParameters params) throws FaceppParseException{
405 return request("recognition", "identify", params);
406 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected