Chunk Entity Result
Result of processing a single chunk through the entity pipeline.
Implements EntityExtractionResult for access to entities that need persistence. Unlike ChunkPropositionResult, this contains only entity data without propositions.
Parameters
The ID of the processed chunk
The entities suggested by the extractor
The resolution results (new, existing, reference-only, vetoed)
Constructors
Properties
Functions
All entities that need to be persisted (new + updated). Does not include reference-only entities.
Entities that are new (not matched to any existing entity). These should be saved to the entity repository.
Entities that were matched to known entities that should not be updated. These are typically entities managed by external services (e.g., the current user). They are referenced in propositions but not persisted during extraction.
All resolved entities (new + existing + reference-only). Excludes vetoed entities.
Entities that were matched to existing entities and may have updated information. These should be updated in the entity repository.