Uses of Class
com.azure.search.documents.models.VectorThreshold
Packages that use VectorThreshold
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of VectorThreshold in com.azure.search.documents.models
Subclasses of VectorThreshold in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classThe results of the vector query will filter based on the '@search.score' value.final classThe results of the vector query will be filtered based on the vector similarity metric.Methods in com.azure.search.documents.models that return VectorThresholdModifier and TypeMethodDescriptionstatic VectorThresholdVectorThreshold.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorThreshold from the JsonReader.VectorQuery.getThreshold()Get the threshold property: The threshold used for vector queries.Methods in com.azure.search.documents.models with parameters of type VectorThresholdModifier and TypeMethodDescriptionVectorizableImageBinaryQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.VectorizableImageUrlQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.VectorizableTextQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.VectorizedQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.VectorQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.