Interface: DocumentBatchResultDto
@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?
optionalerror:string|null
Defined in: src/types/ingestion.ts:697
Error message (if failed).
ingestionStats?
optionalingestionStats:IngestionStatsDto|null
Defined in: src/types/ingestion.ts:699
Ingestion statistics (if successful).
metadata?
optionalmetadata:ParsedDocumentMetadataDto|null
Defined in: src/types/ingestion.ts:701
Document metadata (if successful).
parseStats?
optionalparseStats: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.