VectorSearch.Vectorizers Property
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.
Contains configuration options on how to vectorize text vector queries.
public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer> Vectorizers { get; }
member this.Vectorizers : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer>
Public ReadOnly Property Vectorizers As IList(Of VectorSearchVectorizer)