SearchScoreThreshold Class
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 '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.
public class SearchScoreThreshold : Azure.Search.Documents.Models.VectorThreshold
type SearchScoreThreshold = class
inherit VectorThreshold
Public Class SearchScoreThreshold
Inherits VectorThreshold
- Inheritance
Constructors
SearchScoreThreshold(Double) |
Initializes a new instance of SearchScoreThreshold. |
Properties
Value |
The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. |
Applies to
Azure SDK for .NET