ResQ.Core
Detection Class
Represents an AI detection result from drone sensors.Example
Remarks
Detection records contain information about objects or phenomena identified by the AI vision system, including location, confidence, and evidence links.| Properties | |
|---|---|
| Confidence | AI confidence score (0.0 to 1.0). |
| DetectedAt | UTC timestamp when the detection was made. |
| DetectionId | Unique identifier for this detection. |
| EvidenceCid | IPFS CID of the evidence file, if uploaded. |
| EvidenceUploaded | True if evidence has been uploaded to storage. |
| Location | Geographic location of the detection. |
| Type | Type of object or phenomenon detected. |