()
| 399 | } |
| 400 | |
| 401 | public JSONObject recognitionIdentify() throws FaceppParseException { |
| 402 | return request("recognition", "identify"); |
| 403 | } |
| 404 | public JSONObject recognitionIdentify(PostParameters params) throws FaceppParseException{ |
| 405 | return request("recognition", "identify", params); |
| 406 | } |