DocumentChunk.Metadata

DocumentChunk.Metadata property

Gets the metadata associated with this chunk.

public IDictionary<string, string> Metadata { get; }

Property Value

A dictionary containing key-value pairs of metadata.

See Also