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

IWebSearchClient 接口

定义

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

public interface IWebSearchClient : IDisposable
type IWebSearchClient = interface
    interface IDisposable
Public Interface IWebSearchClient
Implements IDisposable
派生
实现

属性

Credentials

唯一标识客户端订阅的订阅凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Endpoint

支持的认知服务终结点 (协议和主机名,例如:“https://westus.api.cognitive.microsoft.com"、”https://api.cognitive.microsoft.com") 。

SerializationSettings

服务的基 URI。

Web

获取 IWeb。

适用于