Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public record Detection : System.IEquatable<ResQ.Core.Detection>
var detection = new Detection { DetectionId = "det-001", Type = DetectionType.Fire, Confidence = 0.95f, Location = new Location(37.7749, -122.4194), EvidenceCid = "Qmabc123..." };
Was this page helpful?