SearchModelFactory.SearchScoreThreshold(Double) Method
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.
The results of the vector query will filter based on the '.
public static Azure.Search.Documents.Models.SearchScoreThreshold SearchScoreThreshold(double value = 0);
static member SearchScoreThreshold : double -> Azure.Search.Documents.Models.SearchScoreThreshold
Public Shared Function SearchScoreThreshold (Optional value As Double = 0) As SearchScoreThreshold
Parameters
- value
- Double
The threshold will filter based on the '.
Returns
A new SearchScoreThreshold instance for mocking.