【问题标题】:Is there any way I can use google-image serach API?有什么方法可以使用 google-image search API?
【发布时间】:2023-04-03 22:10:02
【问题描述】:

我想从我的 .net 应用程序中检索来自谷歌图像的搜索结果。有什么办法吗?

【问题讨论】:

    标签: c# google-image-search


    【解决方案1】:

    是的,有。

    Google 图片搜索 API 提供通过 RESTful 接口进行的访问,如 API 参考页面上的here 所述。

    您可以使用例如WebRequest 类进行 API 调用,并使用 this page 中列出的 JSON 库之一,例如 Json.NETJSONSharp 来解析返回的 JSON 数据。

    【讨论】:

    猜你喜欢
    • 2017-10-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-01
    相关资源
    最近更新 更多