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