你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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