AIServicesVisionVectorizer interface
Specifies the AI Services Vision parameters for vectorizing a query image or text.
- Extends
Properties
| kind | Polymorphic discriminator, which specifies the different types this object can be |
| parameters | Contains the parameters specific to AI Services Vision embedding vectorization. |
Inherited Properties
| vectorizer |
The name to associate with this particular vectorization method. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "aiServicesVision"
Property Value
"aiServicesVision"
parameters
Contains the parameters specific to AI Services Vision embedding vectorization.
parameters?: AIServicesVisionParameters
Property Value
Inherited Property Details
vectorizerName
The name to associate with this particular vectorization method.
vectorizerName: string
Property Value
string
Inherited From BaseVectorSearchVectorizer.vectorizerName