()
| 385 | } |
| 386 | |
| 387 | public JSONObject recognitionVerify() throws FaceppParseException { |
| 388 | return request("recognition", "verify"); |
| 389 | } |
| 390 | public JSONObject recognitionVerify(PostParameters params) throws FaceppParseException{ |
| 391 | return request("recognition", "verify", params); |
| 392 | } |