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

Method trainIdentify

sdk_unuse/HttpRequests.java:373–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 }
372
373 public JSONObject trainIdentify() throws FaceppParseException {
374 return request("train", "identify");
375 }
376 public JSONObject trainIdentify(PostParameters params) throws FaceppParseException{
377 return request("train", "identify", params);
378 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected