()
| 350 | } |
| 351 | |
| 352 | public JSONObject detectionLandmark() throws FaceppParseException { |
| 353 | return request("detection", "landmark"); |
| 354 | } |
| 355 | public JSONObject detectionLandmark(PostParameters params) throws FaceppParseException{ |
| 356 | return request("detection", "landmark", params); |
| 357 | } |