EntitySearchClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class EntitySearchClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Search.EntitySearch.EntitySearchClient>, IDisposable, Microsoft.Azure.CognitiveServices.Search.EntitySearch.IEntitySearchClient
type EntitySearchClient = class
inherit ServiceClient<EntitySearchClient>
interface IEntitySearchClient
interface IDisposable
Public Class EntitySearchClient
Inherits ServiceClient(Of EntitySearchClient)
Implements IDisposable, IEntitySearchClient
- Inheritance
- Implements
Constructors
EntitySearchClient(DelegatingHandler[]) |
Initializes a new instance of the EntitySearchClient class. |
EntitySearchClient(HttpClient, Boolean) |
Initializes a new instance of the EntitySearchClient class. |
EntitySearchClient(HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the EntitySearchClient class. |
EntitySearchClient(ServiceClientCredentials, DelegatingHandler[]) |
Initializes a new instance of the EntitySearchClient class. |
EntitySearchClient(ServiceClientCredentials, HttpClient, Boolean) |
Initializes a new instance of the EntitySearchClient class. |
EntitySearchClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initializes a new instance of the EntitySearchClient class. |
Properties
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Endpoint |
Supported Cognitive Services endpoints (protocol and hostname, for example: "https://westus.api.cognitive.microsoft.com", "https://api.cognitive.microsoft.com"). |
Entities |
Gets the IEntitiesOperations. |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
SerializationSettings |
Gets or sets json serialization settings. |
UserAgent | (Inherited from ServiceClient<T>) |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
Applies to
Azure SDK for .NET