used by offline detect example: request.offlineDetect(detecter.getImageByteArray(), detecter.getResultJsonString()); @param image @param jsonResult @return @throws FaceppParseException
(byte[] image, String jsonResult)
| 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); |
nothing calls this directly
no test coverage detected