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

com.microsoft.azure.cognitiveservices.search.entitysearch

This package contains the classes for BingEntitySearchAPI. The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. Place results include restaurants, hotel, or other local businesses. For places, the query can specify the name of the local business or it can ask for a list (for example, restaurants near me). Entity results include persons, places, or things. Place in this context is tourist attractions, states, countries, etc.

Classes

BingEntitySearchManager

Entry point to Azure Cognitive Services Bing Entity Search manager.

Interfaces

BingEntities

An instance of this class provides access to all the operations defined in BingEntities.

BingEntities.BingEntitiesSearchDefinition

The entirety of search definition.

BingEntities.BingEntitiesSearchDefinitionStages

Grouping of search definition stages.

BingEntities.BingEntitiesSearchDefinitionStages.WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

BingEntities.BingEntitiesSearchDefinitionStages.WithExecute

The last stage of the definition which will make the operation call.

BingEntities.BingEntitiesSearchDefinitionStages.WithQuery

The stage of the definition to be specify query.

BingEntitySearchAPI

The interface for BingEntitySearchAPI class.