Share via


QnAMakerTraceInfo.ScoreThreshold Property

Definition

Gets or sets the minimum score threshold, used to filter returned results.

public float ScoreThreshold { get; set; }
member this.ScoreThreshold : single with get, set
Public Property ScoreThreshold As Single

Property Value

The minimum score threshold, used to filter returned results.

Remarks

Scores are normalized to the range of 0.0 to 1.0 before filtering.

Applies to