BingEntities Interface
public interface BingEntities
An instance of this class provides access to all the operations defined in BingEntities.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
search()
The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. |
abstract
Search |
search(String query, SearchOptionalParameter searchOptionalParameter)
The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. |
abstract
rx.Observable<Search |
searchAsync(String query, SearchOptionalParameter searchOptionalParameter)
The Entity Search API lets you send a search query to Bing and get back search results that include entities and places. |
Method Details
search
public abstract BingEntities.BingEntitiesSearchDefinitionStages.WithQuery search()
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.
Returns:
search
public abstract SearchResponse search(String query, SearchOptionalParameter searchOptionalParameter)
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.
Parameters:
Returns:
searchAsync
public abstract Observable
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.
Parameters:
Returns:
Applies to
Azure SDK for Java