BingImages Interface

public interface BingImages

An instance of this class provides access to all the operations defined in BingImages.

Method Summary

Modifier and Type Method and Description
abstract WithExecute visualSearch()

Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches.

abstract ImageKnowledge visualSearch(VisualSearchOptionalParameter visualSearchOptionalParameter)

Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches.

abstract rx.Observable<ImageKnowledge> visualSearchAsync(VisualSearchOptionalParameter visualSearchOptionalParameter)

Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches.

Method Details

visualSearch

public abstract BingImages.BingImagesVisualSearchDefinitionStages.WithExecute visualSearch()

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](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview).

Returns:

the first stage of the visualSearch call

visualSearch

public abstract ImageKnowledge visualSearch(VisualSearchOptionalParameter visualSearchOptionalParameter)

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](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview).

Parameters:

visualSearchOptionalParameter - the object representing the optional parameters to be set before calling this API

Returns:

the ImageKnowledge object if successful.

visualSearchAsync

public abstract Observable visualSearchAsync(VisualSearchOptionalParameter visualSearchOptionalParameter)

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](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview).

Parameters:

visualSearchOptionalParameter - the object representing the optional parameters to be set before calling this API

Returns:

the observable to the ImageKnowledge object

Applies to