WebApiVectorizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a user-defined vectorizer for generating the vector embedding of a query string. Integration of an external vectorizer is achieved using the custom Web API interface of a skillset.
public class WebApiVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer
type WebApiVectorizer = class
inherit VectorSearchVectorizer
Public Class WebApiVectorizer
Inherits VectorSearchVectorizer
- Inheritance
Constructors
WebApiVectorizer(String) |
Initializes a new instance of WebApiVectorizer. |
Properties
Parameters |
Specifies the properties of the user-defined vectorizer. |
VectorizerName |
The name to associate with this particular vectorization method. (Inherited from VectorSearchVectorizer) |
Applies to
Azure SDK for .NET