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

ICustomSearchClient 接口

定义

必应自定义搜索 API 允许向必应发送搜索查询,并返回自定义的搜索结果,以满足自定义搜索定义。

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

属性

Credentials

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

CustomInstance

获取 ICustomInstance。

DeserializationSettings

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

Endpoint

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

SerializationSettings

服务的基 URI。

适用于