Share via


SearchScoreThreshold Class

Definition

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
SearchScoreThreshold

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