Uses of Class
com.azure.search.documents.models.VectorQueryKind
Packages that use VectorQueryKind
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of VectorQueryKind in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as VectorQueryKindModifier and TypeFieldDescriptionstatic final VectorQueryKindVectorQueryKind.IMAGE_BINARYVector query where a base 64 encoded binary of an image that needs to be vectorized is provided.static final VectorQueryKindVectorQueryKind.IMAGE_URLVector query where an url that represents an image value that needs to be vectorized is provided.static final VectorQueryKindVectorQueryKind.TEXTVector query where a text value that needs to be vectorized is provided.static final VectorQueryKindVectorQueryKind.VECTORVector query where a raw vector value is provided.Methods in com.azure.search.documents.models that return VectorQueryKindModifier and TypeMethodDescriptionstatic VectorQueryKindVectorQueryKind.fromString(String name) Creates or finds a VectorQueryKind from its string representation.VectorizableImageBinaryQuery.getKind()Get the kind property: The kind of vector query being performed.VectorizableImageUrlQuery.getKind()Get the kind property: The kind of vector query being performed.VectorizableTextQuery.getKind()Get the kind property: The kind of vector query being performed.VectorizedQuery.getKind()Get the kind property: The kind of vector query being performed.VectorQuery.getKind()Get the kind property: The kind of vector query being performed.Methods in com.azure.search.documents.models that return types with arguments of type VectorQueryKindModifier and TypeMethodDescriptionstatic Collection<VectorQueryKind> VectorQueryKind.values()Gets known VectorQueryKind values.