Partager via


SpellSuggestions Constructeurs

Définition

Surcharges

SpellSuggestions()

Initialise une nouvelle instance de la classe SpellSuggestions.

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

Initialise une nouvelle instance de la classe SpellSuggestions.

SpellSuggestions()

Initialise une nouvelle instance de la classe SpellSuggestions.

public SpellSuggestions ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe SpellSuggestions.

public SpellSuggestions (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.SpellSuggestions : 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.SpellSuggestions
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

value
IList<Query>

Liste des chaînes de requête suggérées qui peuvent représenter l’intention de l’utilisateur. La liste ne contient qu’un seul objet Query.

id
String

Identificateur de chaîne.

webSearchUrl
String

URL vers le résultat de recherche bing pour cet élément.

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

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.

isFamilyFriendly
Nullable<Boolean>

S’applique à