Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/115.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS应用程序的谷歌图像搜索API_Ios_Objective C_Api_Google Image Search - Fatal编程技术网

iOS应用程序的谷歌图像搜索API

iOS应用程序的谷歌图像搜索API,ios,objective-c,api,google-image-search,Ios,Objective C,Api,Google Image Search,我正在创建一个应用程序,在这个应用程序中,我试图使用谷歌图像搜索API实现谷歌图像搜索。我指的是[谷歌API链接]()。但我有一个问题,在那一页,提到(不推荐)。那么我可以使用这个API还是应该使用其他API?有人知道这件事吗 提前感谢不推荐表示它是旧版本,也表示存在新版本代码 例如: ,为了将我们的搜索引擎从基于webresults的更改为基于图像的,我们可以利用defaultToImageSearch属性。如果API被弃用,它们可能暂时可用,但不具备全部功能,并且可能在不久的将来脱机 如果你

我正在创建一个应用程序,在这个应用程序中,我试图使用谷歌图像搜索API实现谷歌图像搜索。我指的是[谷歌API链接]()。但我有一个问题,在那一页,提到(不推荐)。那么我可以使用这个API还是应该使用其他API?有人知道这件事吗


提前感谢

不推荐表示它是旧版本,也表示存在新版本代码

例如:


,为了将我们的搜索引擎从基于webresults的更改为基于图像的,我们可以利用
defaultToImageSearch
属性。

如果API被弃用,它们可能暂时可用,但不具备全部功能,并且可能在不久的将来脱机

如果你去

它说它已经被弃用了,现在请求的数量是有限的

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的链接


希望能有所帮助

谢谢,但我不想创建自定义搜索engine@Radhu.:好的,但是上面写着你可以用它来搜索图像,所以我想和大家分享一下。你找到解决办法了吗?