Partager via


Places Constructeurs

Définition

Surcharges

Places()

Initialise une nouvelle instance de la classe Places.

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

Initialise une nouvelle instance de la classe Places.

Places()

Initialise une nouvelle instance de la classe Places.

public Places ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe Places.

public Places (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Thing> 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.Places : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Thing> * 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.Places
Public Sub New (value As IList(Of Thing), 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<Thing>

Liste des entités locales, telles que les restaurants ou les hôtels.

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 à