KnownVectorQueryKind enum
Known values of VectorQueryKind that the service accepts.
Fields
| ImageBinary | Vector query where a base 64 encoded binary of an image that needs to be vectorized is provided. |
| ImageUrl | Vector query where an url that represents an image value that needs to be vectorized is provided. |
| Text | Vector query where a text value that needs to be vectorized is provided. |
| Vector | Vector query where a raw vector value is provided. |