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

Method trainSearch

sdk_unuse/HttpRequests.java:366–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 public JSONObject trainSearch() throws FaceppParseException {
367 return request("train", "search");
368 }
369 public JSONObject trainSearch(PostParameters params) throws FaceppParseException{
370 return request("train", "search", params);
371 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected