ReadonlyidThe unique identifier for the document.
ReadonlyvectorsAn object mapping vector field names to their corresponding vector values. Values can be standard JavaScript arrays or typed arrays (e.g., Float32Array).
ReadonlyfieldsAn object mapping scalar field names to their corresponding values. Values can be scalar primitives (number, string, boolean), arrays of primitives, or typed arrays.
ReadonlyscoreA relevance score associated with the document, often returned by search operations.
Represents a document in Zvec, containing scalar fields, vector fields, and a score.