Expand description
Detection provenance record types (T008).
DetectionRecord is appended to PathResult.detection_provenance for
every detection ingested (applied or discarded), preserving original input
order.
Structs§
- Detection
Record - Per-detection provenance record (one per input detection).
Enums§
- Detection
Kind - Whether a detection was punctual or linear (preserved for provenance).
- Detection
Status - Disposition of an ingested detection.
- Discard
Reason - Reason a detection was discarded (FR-010, FR-011, FR-009, FR-006, FR-007, FR-007a).
- Timestamp
OrRange - Either a single timestamp (punctual) or an inclusive
[from, to]range (linear).