Images Class

Definition

Images operations.

public class Images : Microsoft.Azure.CognitiveServices.Search.VisualSearch.IImages, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.VisualSearch.VisualSearchClient>
type Images = class
    interface IServiceOperations<VisualSearchClient>
    interface IImages
Public Class Images
Implements IImages, IServiceOperations(Of VisualSearchClient)
Inheritance
Images
Implements

Constructors

Images(VisualSearchClient)

Initializes a new instance of the Images class.

Properties

Client

Gets a reference to the VisualSearchClient

Methods

VisualSearchMethodWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, String, Stream, Dictionary<String,List<String>>, CancellationToken)

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.

VisualSearchMethodWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, VisualSearchRequest, Stream, Dictionary<String,List<String>>, CancellationToken)

The Image Visual Search API lets you send an image to Bing and get back a list of relevant tags. Each tag contains potential actions a user might be interested in. This section provides technical details about the request format and headers that you use to request actions and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

Extension Methods

VisualSearchMethodAsync(IImages, String, String, String, String, String, String, String, String, String, VisualSearchRequest, Stream, CancellationToken)

The Image Visual Search API lets you send an image to Bing and get back a list of relevant tags. Each tag contains potential actions a user might be interested in. This section provides technical details about the request format and headers that you use to request actions and the JSON response objects that contain them. For examples that show how to make requests, see Searching the Web for Images.

VisualSearchMethodAsync(IImages, String, String, String, String, String, String, String, String, String, String, Stream, CancellationToken)

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.

Applies to