> ## 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.TelemetryBatchRequest.Detections

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

## TelemetryBatchRequest.Detections Property

Optional list of AI detections from this batch.

```csharp theme={null}
public System.Collections.Generic.List<ResQ.Clients.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.Clients.Detection.md "ResQ.Clients.Detection")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 "System.Collections.Generic.List`1")
