ResQ.Clients
Detection Class
A detection result from the drone’s AI system.| Constructors | |
|---|---|
| Detection(string, double, LocationDto, long) | A detection result from the drone’s AI system. |
| Properties | |
|---|---|
| Confidence | AI confidence score (0.0 to 1.0). |
| Location | Geographic location of the detection. |
| Timestamp | Unix timestamp when detection occurred. |
| Type | Type of detection (e.g., “FIRE”, “FLOOD”, “PERSON”). |