()
| 343 | |
| 344 | //all api here |
| 345 | public JSONObject detectionDetect() throws FaceppParseException { |
| 346 | return request("detection", "detect"); |
| 347 | } |
| 348 | public JSONObject detectionDetect(PostParameters params) throws FaceppParseException{ |
| 349 | return request("detection", "detect", params); |
| 350 | } |