Skip to content

Interface: DocumentBatchResultDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentBatchResultDto

Interface: DocumentBatchResultDto

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

Result for a single document in batch processing.

Properties

documentId

documentId: string

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

Document ID from the request.


error?

optional error: string | null

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

Error message (if failed).


ingestionStats?

optional ingestionStats: IngestionStatsDto | null

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

Ingestion statistics (if successful).


metadata?

optional metadata: ParsedDocumentMetadataDto | null

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

Document metadata (if successful).


parseStats?

optional parseStats: DocumentParseStatsDto | null

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

Parse statistics (if successful).


success

success: boolean

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

Whether this document was processed successfully.