CandidateState.Score Property

Definition

Gets the score of the Endpoint within the current CandidateSet.

public:
 property int Score { int get(); };
public int Score { get; }
member this.Score : int
Public ReadOnly Property Score As Integer

Property Value

Remarks

Candidates within a set are ordered in priority order and then assigned a sequential score value based on that ordering. Candiates with the same score are considered to have equal priority.

The score values are used in the EndpointSelector to determine whether a set of matching candidates is an ambiguous match.

Applies to