com.microsoft.azure.cognitiveservices.search.customsearch

This package contains the classes for BingCustomSearchAPI. The Bing Custom Search API lets you send a search query to Bing and get back search results customized to meet your custom search definition.

Classes

BingCustomSearchManager

Entry point to Azure Cognitive Services Bing Custom Search manager.

Interfaces

BingCustomInstances

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

BingCustomInstances.BingCustomInstancesSearchDefinition

The entirety of search definition.

BingCustomInstances.BingCustomInstancesSearchDefinitionStages

Grouping of search definition stages.

BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithAllOptions

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

BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithCustomConfig

The stage of the definition to be specify customConfig.

BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithExecute

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

BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithQuery

The stage of the definition to be specify query.

BingCustomSearchAPI

The interface for BingCustomSearchAPI class.