EntitySearchClient Class

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.

Inheritance
EntitySearchClient

Constructor

EntitySearchClient(endpoint, credentials)

Parameters

endpoint
str
Required

Supported Cognitive Services endpoints (protocol and hostname, for example: "https://westus.api.cognitive.microsoft.com", "https://api.cognitive.microsoft.com").

credentials
None
Required

Subscription credentials which uniquely identify client subscription.

Variables

config
EntitySearchClientConfiguration

Configuration for client.

entities
EntitiesOperations

Entities operations