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

Method trainVerify

sdk_unuse/HttpRequests.java:359–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 }
358
359 public JSONObject trainVerify() throws FaceppParseException {
360 return request("train", "verify");
361 }
362 public JSONObject trainVerify(PostParameters params) throws FaceppParseException{
363 return request("train", "verify", params);
364 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected