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
With |
visualSearch()
Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and related searches. |
abstract
Image |
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<Image |
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:
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:
Returns:
visualSearchAsync
public abstract Observable
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:
Returns:
Applies to
Azure SDK for Java