有什么方法可以使用Google Image Serach API? [英] Is there any way I can use google-image serach API?

查看:112
本文介绍了有什么方法可以使用Google Image Serach API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从我的.net应用程序中检索来自Google图片的搜索结果.有什么出路吗?

I want to retrive search results from google images from my .net application. Is there any way out there?

推荐答案

是的.

所述,Google Image Search API通过RESTful接口提供访问权限.这里,在API参考页面上.

The Google Image Search API offers access through a RESTful interface, as described here, on the API reference page.

您可以使用例如 WebRequest 类进行API调用,并使用此页面上列出的JSON库之一,例如

You can use e.g. the WebRequest class to make the API calls, and use one of the JSON libraries as listed on this page, such as Json.NET or JSONSharp to parse the returned JSON data.

这篇关于有什么方法可以使用Google Image Serach API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆