使用 Google 按图搜索 API 在互联网上搜索植物物种
Search the internet for plant species using Google search-by-image API
我正在考虑开发一个 Android 应用程序,它能够通过拍照来搜索植物种类,并让 Google 按图搜索 API 比较图像给 Google 图像数据库中的那些人,以找出它是哪个物种并输出有关它的信息。
是否有可能使用 API 作为它,如果没有,是否真的有可能与 Google 进行图像比较?
Google 结束了对图片搜索的支持 API。不幸的是,它不再可用。但是,您可以尝试使用其他人的 API,但他们通常不是免费的,并且没有像 google
这样大的数据库
2011 年弃用:https://developers.google.com/image-search/
也许从之前的 post 中获得更多信息:Google reverse image search API
此 API 自 2011 年起已弃用。
The Google Image Search API has been officially deprecated as of May 26, 2011. It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited.
We encourage you to use the Custom Search API, which now supports image search.
我正在考虑开发一个 Android 应用程序,它能够通过拍照来搜索植物种类,并让 Google 按图搜索 API 比较图像给 Google 图像数据库中的那些人,以找出它是哪个物种并输出有关它的信息。
是否有可能使用 API 作为它,如果没有,是否真的有可能与 Google 进行图像比较?
Google 结束了对图片搜索的支持 API。不幸的是,它不再可用。但是,您可以尝试使用其他人的 API,但他们通常不是免费的,并且没有像 google
这样大的数据库2011 年弃用:https://developers.google.com/image-search/
也许从之前的 post 中获得更多信息:Google reverse image search API
此 API 自 2011 年起已弃用。
The Google Image Search API has been officially deprecated as of May 26, 2011. It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited.
We encourage you to use the Custom Search API, which now supports image search.