IVisualSearchClient Interface

Definition

Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches. The API can also perform text recognition, identify entities (people, places, things), return other topical content for the user to explore, and more. For more information, see Visual Search Overview.

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

Images

Gets the IImages.

SerializationSettings

The base URI of the service.

Applies to