每日博客

动物识别

HashMap<String, String> option = new HashMap<String, String>();

           option.put("top_num", "3");

           option.put("baike_num", "5");

           String im = "图片地址";

           JSONObject re = client.animalDetect(im, option);

           System.out.println(re.toString(2));

 

 

 

posted @ 2021-10-15 19:20  谦寻  阅读(26)  评论(0编辑  收藏  举报