BinaryEmbedding.Vector 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.
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