Skip to content

Interface: DocumentBatchResultDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentBatchResultDto

Interface: DocumentBatchResultDto

Defined in: src/types/ingestion.ts:693

Result for a single document in batch processing.

Properties

documentId

documentId: string

Defined in: src/types/ingestion.ts:695

Document ID from the request.


error?

optional error: string | null

Defined in: src/types/ingestion.ts:697

Error message (if failed).


ingestionStats?

optional ingestionStats: IngestionStatsDto | null

Defined in: src/types/ingestion.ts:699

Ingestion statistics (if successful).


metadata?

optional metadata: ParsedDocumentMetadataDto | null

Defined in: src/types/ingestion.ts:701

Document metadata (if successful).


parseStats?

optional parseStats: DocumentParseStatsDto | null

Defined in: src/types/ingestion.ts:703

Parse statistics (if successful).


success

success: boolean

Defined in: src/types/ingestion.ts:705

Whether this document was processed successfully.