Share via


BinaryEmbedding.Vector Property

Definition

Gets or sets the embedding vector this embedding represents.

public:
 property System::Collections::BitArray ^ Vector { System::Collections::BitArray ^ get(); void set(System::Collections::BitArray ^ value); };
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.BinaryEmbedding+VectorConverter))]
public System.Collections.BitArray Vector { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.BinaryEmbedding+VectorConverter))>]
member this.Vector : System.Collections.BitArray with get, set
Public Property Vector As BitArray

Property Value

Attributes

Applies to