com.microsoft.azure.cognitiveservices.search.websearch

This package contains the classes for BingWebSearchAPI. The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.

Classes

BingWebSearchManager

Entry point to Azure Cognitive Services Bing Web Search manager.

Interfaces

BingWebSearch

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

BingWebSearchAPI

The interface for BingWebSearchAPI class.

BingWebSearch.BingWebsSearchDefinition

The entirety of search definition.

BingWebSearch.BingWebsSearchDefinitionStages

Grouping of search definition stages.

BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

BingWebSearch.BingWebsSearchDefinitionStages.WithExecute

The last stage of the definition which will make the operation call.

BingWebSearch.BingWebsSearchDefinitionStages.WithQuery

The stage of the definition to be specify query.