EntitiesOperations Class

Definition

EntitiesOperations operations.

public class EntitiesOperations : Microsoft.Azure.CognitiveServices.Search.EntitySearch.IEntitiesOperations, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.EntitySearch.EntitySearchClient>
type EntitiesOperations = class
    interface IServiceOperations<EntitySearchClient>
    interface IEntitiesOperations
Public Class EntitiesOperations
Implements IEntitiesOperations, IServiceOperations(Of EntitySearchClient)
Inheritance
EntitiesOperations
Implements

Constructors

EntitiesOperations(EntitySearchClient)

Initializes a new instance of the EntitiesOperations class.

Properties

Client

Gets a reference to the EntitySearchClient

Methods

SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, String, String, Dictionary<String,List<String>>, CancellationToken)

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.

Extension Methods

Search(IEntitiesOperations, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, String, String)

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.

SearchAsync(IEntitiesOperations, String, String, String, String, String, String, String, String, String, IList<String>, IList<String>, String, String, CancellationToken)

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.

Applies to