()
| 371 | } |
| 372 | |
| 373 | public JSONObject trainIdentify() throws FaceppParseException { |
| 374 | return request("train", "identify"); |
| 375 | } |
| 376 | public JSONObject trainIdentify(PostParameters params) throws FaceppParseException{ |
| 377 | return request("train", "identify", params); |
| 378 | } |