com.microsoft.azure.cognitiveservices.search.newssearch

This package contains the classes for BingNewsSearchAPI. The News Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that show how to make requests, see Searching the web for news.

Classes

BingNewsSearchManager

Entry point to Azure Cognitive Services Bing News Search manager.

Interfaces

BingNews

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

BingNews.BingNewsCategoryDefinition

The entirety of category definition.

BingNews.BingNewsCategoryDefinitionStages

Grouping of category definition stages.

BingNews.BingNewsCategoryDefinitionStages.WithAllOptions

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

BingNews.BingNewsCategoryDefinitionStages.WithExecute

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

BingNews.BingNewsSearchDefinition

The entirety of search definition.

BingNews.BingNewsSearchDefinitionStages

Grouping of search definition stages.

BingNews.BingNewsSearchDefinitionStages.WithAllOptions

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

BingNews.BingNewsSearchDefinitionStages.WithExecute

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

BingNews.BingNewsSearchDefinitionStages.WithQuery

The stage of the definition to be specify query.

BingNews.BingNewsTrendingDefinition

The entirety of trending definition.

BingNews.BingNewsTrendingDefinitionStages

Grouping of trending definition stages.

BingNews.BingNewsTrendingDefinitionStages.WithAllOptions

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

BingNews.BingNewsTrendingDefinitionStages.WithExecute

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

BingNewsSearchAPI

The interface for BingNewsSearchAPI class.