Compartir a través de


RelatedSearchesRelatedSearchAnswer Constructores

Definición

Sobrecargas

RelatedSearchesRelatedSearchAnswer()

Inicializa una nueva instancia de la clase RelatedSearchesRelatedSearchAnswer.

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

Inicializa una nueva instancia de la clase RelatedSearchesRelatedSearchAnswer.

RelatedSearchesRelatedSearchAnswer()

Inicializa una nueva instancia de la clase RelatedSearchesRelatedSearchAnswer.

public RelatedSearchesRelatedSearchAnswer ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase RelatedSearchesRelatedSearchAnswer.

public RelatedSearchesRelatedSearchAnswer (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> followUpQueries = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext queryContext = default, long? totalEstimatedMatches = default, bool? isFamilyFriendly = default);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer
Public Sub New (value As IList(Of Query), 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)

Parámetros

value
IList<Query>

Lista de consultas relacionadas realizadas por otros usuarios.

id
String

Un identificador de cadena.

webSearchUrl
String

El resultado de búsqueda de la dirección URL a Bing para este elemento.

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

Número estimado de páginas web que son relevantes para la consulta. Use este número junto con los parámetros de consulta count y offset para paginar los resultados.

isFamilyFriendly
Nullable<Boolean>

Se aplica a