> ## 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.Core.TelemetryPacket.Detections

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[TelemetryPacket](./ResQ.Core.TelemetryPacket.md "ResQ.Core.TelemetryPacket")

## TelemetryPacket.Detections Property

List of AI detections from this telemetry packet.

```csharp theme={null}
public System.Collections.Generic.List<ResQ.Core.Detection> Detections { get; init; }
```

#### Property Value

[System.Collections.Generic.List\<](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")[Detection](./ResQ.Core.Detection.md "ResQ.Core.Detection")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")
