IWebSearchClient Interface

Definition

The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.

public interface IWebSearchClient : IDisposable
type IWebSearchClient = interface
    interface IDisposable
Public Interface IWebSearchClient
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.

Web

Gets the IWeb.

Applies to