CandidateState.Score 属性

定义

获取当前 CandidateSetEndpoint 的分数。

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

属性值

注解

集中的候选项按优先级顺序排序,然后根据该排序分配顺序分数值。 具有相同分数的候选人被视为具有同等优先级。

EndpointSelector 中使用分数值来确定一组匹配候选项是否是模棱两可的匹配项。

适用于