com.microsoft.azure.cognitiveservices.search.imagesearch
This package contains the classes for BingImageSearchAPI. The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Images](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/search-the-web).
Classes
BingImageSearchManager |
Entry point to Azure Cognitive Services Bing Image Search manager. |
Interfaces
BingImages |
An instance of this class provides access to all the operations defined in BingImages. |
BingImageSearchAPI |
The interface for BingImageSearchAPI class. |
BingImages.BingImagesDetailsDefinition |
The entirety of details definition. |
BingImages.BingImagesDetailsDefinitionStages |
Grouping of details definition stages. |
BingImages.BingImagesSearchDefinition |
The entirety of search definition. |
BingImages.BingImagesSearchDefinitionStages |
Grouping of search definition stages. |
BingImages.BingImagesTrendingDefinition |
The entirety of trending definition. |
BingImages.BingImagesTrendingDefinitionStages |
Grouping of trending definition stages. |
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingImages.BingImagesSearchDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingImages.BingImagesDetailsDefinitionStages.WithAllOptions |
The stage of the definition which allows for any other optional settings to be specified. |
BingImages.BingImagesSearchDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingImages.BingImagesDetailsDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingImages.BingImagesTrendingDefinitionStages.WithExecute |
The last stage of the definition which will make the operation call. |
BingImages.BingImagesDetailsDefinitionStages.WithQuery |
The stage of the definition to be specify query. |
BingImages.BingImagesSearchDefinitionStages.WithQuery |
The stage of the definition to be specify query. |
Azure SDK for Java