IAutoSuggestClient Interface

Definition

The AutoSuggest Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that show how to make requests, see Searching the web for AutoSuggest.

public interface IAutoSuggestClient : IDisposable
type IAutoSuggestClient = interface
    interface IDisposable
Public Interface IAutoSuggestClient
Implements IDisposable
Derived
Implements

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").

SerializationSettings

The base URI of the service.

Methods

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

The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.

Extension Methods

AutoSuggestMethod(IAutoSuggestClient, String, String, String, String, String, String, String, String, String, String, String, IList<String>)

The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.

AutoSuggestMethodAsync(IAutoSuggestClient, String, String, String, String, String, String, String, String, String, String, String, IList<String>, CancellationToken)

The AutoSuggest API lets you send a search query to Bing and get back a list of suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.

Applies to