SearchParameters.ScoringParameters Propriété
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.
Obtient ou définit la liste des valeurs de paramètre à utiliser dans les fonctions de scoring (par exemple, referencePointParameter) à l’aide du format name-values. Par exemple, si le profil de scoring définit une fonction avec un paramètre appelé « mylocation », la chaîne de paramètre est « mylocation--122.2,44.8 » (sans les guillemets).
[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringParameter> ScoringParameters { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ScoringParameters : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ScoringParameter> with get, set
Public Property ScoringParameters As IList(Of ScoringParameter)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonIgnoreAttribute
S’applique à
Azure SDK for .NET