每日博客

植物识别

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

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

           String image = "C:\\Users\\Lenovo\\Desktop\\校\\作业\\软件构造\\实验\\植物.jpeg";

           JSONObject res = client.plantDetect(image, options);

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

 

 

 

posted @ 2021-10-16 20:02  谦寻  阅读(37)  评论(0编辑  收藏  举报