Compartilhar via


WebWebAnswer Construtores

Definição

Sobrecargas

WebWebAnswer()

Inicializa uma nova instância da classe WebWebAnswer.

WebWebAnswer(IList<WebPage>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>)

Inicializa uma nova instância da classe WebWebAnswer.

WebWebAnswer()

Inicializa uma nova instância da classe WebWebAnswer.

public WebWebAnswer ();
Public Sub New ()

Aplica-se a

WebWebAnswer(IList<WebPage>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>)

Inicializa uma nova instância da classe WebWebAnswer.

public WebWebAnswer (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebPage> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.Query> followUpQueries = default, Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.QueryContext queryContext = default, long? totalEstimatedMatches = default, bool? isFamilyFriendly = default, bool? someResultsRemoved = default);
new Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebWebAnswer : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebPage> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.Query> * Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.QueryContext * Nullable<int64> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebWebAnswer
Public Sub New (value As IList(Of WebPage), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional followUpQueries As IList(Of Query) = Nothing, Optional queryContext As QueryContext = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing, Optional isFamilyFriendly As Nullable(Of Boolean) = Nothing, Optional someResultsRemoved As Nullable(Of Boolean) = Nothing)

Parâmetros

value
IList<WebPage>

Uma lista de páginas da Web relevantes para a consulta.

id
String

Um identificador de cadeia de caracteres.

webSearchUrl
String

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

followUpQueries
IList<Query>
queryContext
QueryContext
totalEstimatedMatches
Nullable<Int64>

O número estimado de páginas da Web relevantes para a consulta. Use esse número junto com os parâmetros de consulta count e offset para paginar os resultados.

isFamilyFriendly
Nullable<Boolean>
someResultsRemoved
Nullable<Boolean>

Um valor booliano que indica se a resposta excluiu alguns resultados da resposta. Se o Bing excluiu alguns resultados, o valor será true.

Aplica-se a