()
| 392 | } |
| 393 | |
| 394 | public JSONObject recognitionSearch() throws FaceppParseException { |
| 395 | return request("recognition", "search"); |
| 396 | } |
| 397 | public JSONObject recognitionSearch(PostParameters params) throws FaceppParseException{ |
| 398 | return request("recognition", "search", params); |
| 399 | } |