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

Method recognitionVerify

sdk_unuse/HttpRequests.java:387–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385 }
386
387 public JSONObject recognitionVerify() throws FaceppParseException {
388 return request("recognition", "verify");
389 }
390 public JSONObject recognitionVerify(PostParameters params) throws FaceppParseException{
391 return request("recognition", "verify", params);
392 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected