ScoringParameter Class

Definition

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