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, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.SearchScoreThreshold>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.SearchScoreThreshold>
type SearchScoreThreshold = class
inherit VectorThreshold
interface IJsonModel<SearchScoreThreshold>
interface IPersistableModel<SearchScoreThreshold>
Public Class SearchScoreThreshold
Inherits VectorThreshold
Implements IJsonModel(Of SearchScoreThreshold), IPersistableModel(Of SearchScoreThreshold)
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |