VectorDocument Constructor
VectorDocument(TVal, VectorValues)
Initializes a new instance of the VectorDocument<TVal> class with the specified value and vector values.
Declaration
public VectorDocument(TVal value, VectorValues vectorValues)
Parameters
| TVal | value | The value contained in the document. |
| VectorValues | vectorValues | The vector values associated with the document. |