RelatedSearchesRelatedSearchAnswer Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RelatedSearchesRelatedSearchAnswer() |
Initialise une nouvelle instance de la classe RelatedSearchesRelatedSearchAnswer. |
RelatedSearchesRelatedSearchAnswer(IList<Query>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe RelatedSearchesRelatedSearchAnswer. |
RelatedSearchesRelatedSearchAnswer()
Initialise une nouvelle instance de la classe RelatedSearchesRelatedSearchAnswer.
public RelatedSearchesRelatedSearchAnswer ();
Public Sub New ()
S’applique à
RelatedSearchesRelatedSearchAnswer(IList<Query>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
Identificateur de chaîne.
- webSearchUrl
- String
URL vers le résultat de recherche bing pour cet élément.
- queryContext
- QueryContext
Nombre estimé de pages web pertinentes pour la requête. Utilisez ce nombre avec les paramètres de requête de nombre et de décalage pour pager les résultats.
S’applique à
Azure SDK for .NET