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

IEntitySearchClient 接口

定义

实体搜索 API 允许你向必应发送搜索查询,并取回包含实体和位置的搜索结果。 位置结果包括餐馆、酒店或其他当地企业。 对于位置,查询可以指定当地企业名称,也可以请求获取列表(例如,我附近的餐馆)。 实体结果包括人员、位置或事物。 在此上下文中,位置是旅游景点、省/自治区/直辖市、国家/地区等。

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

属性

Credentials

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

DeserializationSettings

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

Endpoint

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

Entities

获取 IEntitiesOperations。

SerializationSettings

服务的基 URI。

适用于