每日博客
植物识别
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));