BingImages.visualSearch Method
Definition
Overloads
| 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). |
| 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). |
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).
public abstract BingImages.BingImagesVisualSearchDefinitionStages.WithExecute visualSearch()
Returns
the first stage of the visualSearch call
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).
public abstract ImageKnowledge visualSearch(VisualSearchOptionalParameter visualSearchOptionalParameter)
Parameters
- visualSearchOptionalParameter
- VisualSearchOptionalParameter
the object representing the optional parameters to be set before calling this API
Returns
the ImageKnowledge object if successful.