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.