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

Method offlineDetect

sdk_unuse/HttpRequests.java:324–326  ·  view source on GitHub ↗

used by offline detect example: request.offlineDetect(detecter.getImageByteArray(), detecter.getResultJsonString()); @param image @param jsonResult @return @throws FaceppParseException

(byte[] image, String jsonResult)

Source from the content-addressed store, hash-verified

322 * @throws FaceppParseException
323 */
324 public JSONObject offlineDetect(byte[] image, String jsonResult) throws FaceppParseException {
325 return offlineDetect(image, jsonResult, this.params);
326 }
327 /**
328 * used by offline detect
329 * example: request.offlineDetect(detecter.getImageByteArray(), detecter.getResultJsonString(), params);

Callers

nothing calls this directly

Calls 4

requestMethod · 0.95
setImgMethod · 0.80
setModeMethod · 0.80
addAttributeMethod · 0.80

Tested by

no test coverage detected