com.microsoft.azure.cognitiveservices.search.visualsearch
This package contains the classes for BingVisualSearchAPI. 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).
Classes
BingVisualSearchManager |
Entry point to Azure Cognitive Services Bing Visual Search manager. |
Interfaces
BingImages |
An instance of this class provides access to all the operations defined in BingImages. |
BingVisualSearchAPI |
The interface for BingVisualSearchAPI class. |
BingImages.BingImagesVisualSearchDefinition |
The entirety of visualSearch definition. |
BingImages.BingImagesVisualSearchDefinitionStages |
Grouping of visualSearch definition stages. |
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingImages.BingImagesVisualSearchDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
Azure SDK for Java