Skip to main content

ResQ.Clients

Detection Class

A detection result from the drone’s AI system.
public record Detection : System.IEquatable<ResQ.Clients.Detection>
Inheritance System.Object → Detection Implements System.IEquatable<Detection>
Constructors
Detection(string, double, LocationDto, long)A detection result from the drone’s AI system.
Properties
ConfidenceAI confidence score (0.0 to 1.0).
LocationGeographic location of the detection.
TimestampUnix timestamp when detection occurred.
TypeType of detection (e.g., “FIRE”, “FLOOD”, “PERSON”).