Table of Contents

Class DocumentIndexingResult

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

Describes the outcome of loading a document into PdfChat, including how the document was processed and its resource consumption.

public sealed class DocumentIndexingResult
Inheritance
DocumentIndexingResult
Inherited Members

Properties

ExceededTokenBudget

Gets a value indicating whether the document exceeded the available token budget.

Id

Gets the unique identifier of the indexed document.

IndexingMode

Gets the processing mode used for this document.

LoadedAtUtc

Gets the UTC timestamp when the document was loaded.

Name

Gets the name of the indexed document.

PageCount

Gets the number of pages in the document.

SourceUri

Gets the source URI of the indexed document, or null if not specified.

TokenCount

Gets the estimated token count for this document.

Methods

ToString()