Compartilhar via


TrendingTopics Construtores

Definição

Sobrecargas

TrendingTopics()

Inicializa uma nova instância da classe TrendingTopics.

TrendingTopics(IList<NewsTopic>, String, String, IList<Query>)

Inicializa uma nova instância da classe TrendingTopics.

TrendingTopics()

Inicializa uma nova instância da classe TrendingTopics.

public TrendingTopics ();
Public Sub New ()

Aplica-se a

TrendingTopics(IList<NewsTopic>, String, String, IList<Query>)

Inicializa uma nova instância da classe TrendingTopics.

public TrendingTopics (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsTopic> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.Query> followUpQueries = default);
new Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.TrendingTopics : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.NewsTopic> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.NewsSearch.Models.TrendingTopics
Public Sub New (value As IList(Of NewsTopic), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional followUpQueries As IList(Of Query) = Nothing)

Parâmetros

value
IList<NewsTopic>

Uma lista de tópicos de notícias mais populares no Bing

id
String

Um identificador string.

webSearchUrl
String

A URL para o resultado da pesquisa do Bing para este item.

followUpQueries
IList<Query>

Aplica-se a