QnAMakerOptions.ScoreThreshold Property
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.
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.