다음을 통해 공유


AIServicesVisionVectorizer Class

Definition

Specifies the AI Services Vision parameters for vectorizing a query image or text.

public class AIServicesVisionVectorizer : Azure.Search.Documents.Indexes.Models.VectorSearchVectorizer, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.AIServicesVisionVectorizer>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.AIServicesVisionVectorizer>
type AIServicesVisionVectorizer = class
    inherit VectorSearchVectorizer
    interface IJsonModel<AIServicesVisionVectorizer>
    interface IPersistableModel<AIServicesVisionVectorizer>
Public Class AIServicesVisionVectorizer
Inherits VectorSearchVectorizer
Implements IJsonModel(Of AIServicesVisionVectorizer), IPersistableModel(Of AIServicesVisionVectorizer)
Inheritance
AIServicesVisionVectorizer
Implements

Constructors

AIServicesVisionVectorizer(String)

Initializes a new instance of AIServicesVisionVectorizer.

Properties

AIServicesVisionParameters

Contains the parameters specific to AI Services Vision embedding vectorization.

VectorizerName

The name to associate with this particular vectorization method.

(Inherited from VectorSearchVectorizer)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AIServicesVisionVectorizer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AIServicesVisionVectorizer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VectorSearchVectorizer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from VectorSearchVectorizer)
IJsonModel<VectorSearchVectorizer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorSearchVectorizer)
IPersistableModel<AIServicesVisionVectorizer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AIServicesVisionVectorizer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AIServicesVisionVectorizer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VectorSearchVectorizer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from VectorSearchVectorizer)
IPersistableModel<VectorSearchVectorizer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from VectorSearchVectorizer)
IPersistableModel<VectorSearchVectorizer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from VectorSearchVectorizer)

Applies to