다음을 통해 공유


NewsArticle.ClusteredArticles Property

Definition

Gets a list of related news articles.

[Newtonsoft.Json.JsonProperty(PropertyName="clusteredArticles")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsArticle> ClusteredArticles { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clusteredArticles")>]
member this.ClusteredArticles : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsArticle>
Public ReadOnly Property ClusteredArticles As IList(Of NewsArticle)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to