Skip to main content

Module detection_record

Module detection_record 

Source
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§

DetectionRecord
Per-detection provenance record (one per input detection).

Enums§

DetectionKind
Whether a detection was punctual or linear (preserved for provenance).
DetectionStatus
Disposition of an ingested detection.
DiscardReason
Reason a detection was discarded (FR-010, FR-011, FR-009, FR-006, FR-007, FR-007a).
TimestampOrRange
Either a single timestamp (punctual) or an inclusive [from, to] range (linear).