适用于 iOS 的 Google 图片搜索 API

问题描述 投票:0回答:2

我正在创建一个应用程序,在其中尝试使用 Google-image-search API 实现 Google Image 搜索。我参考这个 [Google API 链接] (https://developers.google.com/image-search/v1/) 。但我在该页面上提到了一个问题(已弃用)。那么我可以使用这个API还是应该使用其他API?有谁知道这个吗?

ios objective-c google-image-search
2个回答
6
投票

如果 API 被弃用,它们可能暂时可以使用,但功能不完整,并且可能会在不久的将来下线。

如果您访问 https://developers.google.com/image-search/

它说它已弃用,并且现在请求的数量受到限制。

Important: 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 upgrade to the Custom Search API, which now supports image search. 

这是自定义搜索 API 的链接

https://developers.google.com/custom-search/

希望有帮助


2
投票

已弃用意味着它是旧版本,也意味着存在新版本代码。 看看这个

示例:

例如,为了将我们的搜索引擎从基于网络结果更改为基于图像,我们可以利用

defaultToImageSearch
属性。

© www.soinside.com 2019 - 2024. All rights reserved.