ScoringParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a parameter value to be used in scoring functions (for example, referencePointParameter).
public class ScoringParameter
type ScoringParameter = class
Public Class ScoringParameter
- Inheritance
-
ScoringParameter
Constructors
ScoringParameter(String, GeographyPoint) |
Initializes a new instance of the ScoringParameter class with the given name and GeographyPoint value. |
ScoringParameter(String, IEnumerable<String>) |
Initializes a new instance of the ScoringParameter class with the given name and string values. |
Properties
Name |
Gets the name of the scoring parameter. |
Values |
Gets the values of the scoring parameter. |
Methods
ToString() |
Returns the scoring parameter in a format that can be used in a Search API request. |
Applies to
Azure SDK for .NET