你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Web 类

定义

Web 操作。

public class Web : Microsoft.Azure.CognitiveServices.Search.WebSearch.IWeb, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.WebSearch.WebSearchClient>
type Web = class
    interface IServiceOperations<WebSearchClient>
    interface IWeb
Public Class Web
Implements IServiceOperations(Of WebSearchClient), IWeb
继承
Web
实现

构造函数

Web(WebSearchClient)

初始化 Web 类的新实例。

属性

Client

获取对 WebSearchClient 的引用

方法

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Web 搜索 API 允许向必应发送搜索查询,并返回包含网页、图像等链接的搜索结果。

扩展方法

SearchAsync(IWeb, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Int32>, IList<String>, IList<String>, String, String, Nullable<Boolean>, String, CancellationToken)

Web 搜索 API 允许向必应发送搜索查询,并返回包含网页、图像等链接的搜索结果。

适用于