Uses of Class
com.azure.search.documents.models.VectorizableImageBinaryQuery
Packages that use VectorizableImageBinaryQuery
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of VectorizableImageBinaryQuery in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return VectorizableImageBinaryQueryModifier and TypeMethodDescriptionstatic VectorizableImageBinaryQueryVectorizableImageBinaryQuery.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorizableImageBinaryQuery from the JsonReader.VectorizableImageBinaryQuery.setBase64Image(String base64Image) Set the base64Image property: The base 64 encoded binary of an image to be vectorized to perform a vector search query.VectorizableImageBinaryQuery.setExhaustive(Boolean exhaustive) Set the exhaustive property: When true, triggers an exhaustive k-nearest neighbor search across all vectors within the vector index.Set the fields property: Vector Fields of type Collection(Edm.Single) to be included in the vector searched.VectorizableImageBinaryQuery.setFilterOverride(String filterOverride) Set the filterOverride property: The OData filter expression to apply to this specific vector query.VectorizableImageBinaryQuery.setKNearestNeighborsCount(Integer kNearestNeighborsCount) Set the kNearestNeighborsCount property: Number of nearest neighbors to return as top hits.VectorizableImageBinaryQuery.setOversampling(Double oversampling) Set the oversampling property: Oversampling factor.VectorizableImageBinaryQuery.setThreshold(VectorThreshold threshold) Set the threshold property: The threshold used for vector queries.Set the weight property: Relative weight of the vector query when compared to other vector query and/or the text query within the same search request.