INewsSearchClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface INewsSearchClient : IDisposable
type INewsSearchClient = interface
interface IDisposable
Public Interface INewsSearchClient
Implements IDisposable
- Derived
- Implements
Properties
Credentials |
Subscription credentials which uniquely identify client subscription. |
DeserializationSettings |
Gets or sets json deserialization settings. |
Endpoint |
Supported Cognitive Services endpoints (protocol and hostname, for example: "https://westus.api.cognitive.microsoft.com", "https://api.cognitive.microsoft.com"). |
News |
Gets the INewsOperations. |
SerializationSettings |
The base URI of the service. |
Applies to
Azure SDK for .NET