()
| 357 | } |
| 358 | |
| 359 | public JSONObject trainVerify() throws FaceppParseException { |
| 360 | return request("train", "verify"); |
| 361 | } |
| 362 | public JSONObject trainVerify(PostParameters params) throws FaceppParseException{ |
| 363 | return request("train", "verify", params); |
| 364 | } |