> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Clients.Detection.Detection(string,double,ResQ.Clients.LocationDto,long)

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients").[Detection](./ResQ.Clients.Detection.md "ResQ.Clients.Detection")

## Detection(string, double, LocationDto, long) Constructor

A detection result from the drone's AI system.

```csharp theme={null}
public Detection(string Type, double Confidence, ResQ.Clients.LocationDto Location, long Timestamp);
```

#### Parameters

<a name="ResQ.Clients.Detection.Detection(string,double,ResQ.Clients.LocationDto,long).Type" />

`Type` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

Type of detection (e.g., "FIRE", "FLOOD", "PERSON").

<a name="ResQ.Clients.Detection.Detection(string,double,ResQ.Clients.LocationDto,long).Confidence" />

`Confidence` [System.Double](https://learn.microsoft.com/en-us/dotnet/api/system.double "System.Double")

AI confidence score (0.0 to 1.0).

<a name="ResQ.Clients.Detection.Detection(string,double,ResQ.Clients.LocationDto,long).Location" />

`Location` [LocationDto](./ResQ.Clients.LocationDto.md "ResQ.Clients.LocationDto")

Geographic location of the detection.

<a name="ResQ.Clients.Detection.Detection(string,double,ResQ.Clients.LocationDto,long).Timestamp" />

`Timestamp` [System.Int64](https://learn.microsoft.com/en-us/dotnet/api/system.int64 "System.Int64")

Unix timestamp when detection occurred.
