다음을 통해 공유


SearchResponse.News Property

Definition

Gets a list of news articles that are relevant to the search query.

[Newtonsoft.Json.JsonProperty(PropertyName="news")]
public Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.News News { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="news")>]
member this.News : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.News
Public ReadOnly Property News As News

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to