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