()
| 378 | } |
| 379 | |
| 380 | public JSONObject recognitionCompare() throws FaceppParseException { |
| 381 | return request("recognition", "compare"); |
| 382 | } |
| 383 | public JSONObject recognitionCompare(PostParameters params) throws FaceppParseException{ |
| 384 | return request("recognition", "compare", params); |
| 385 | } |