Skip to main content

ResQ.Clients.Detection

Detection(string, double, LocationDto, long) Constructor

A detection result from the drone’s AI system.
public Detection(string Type, double Confidence, ResQ.Clients.LocationDto Location, long Timestamp);

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.