<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ObjectTrackingProvider/TrackingConfiguration-swift.struct/detectionRate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit22ObjectTrackingProviderC0C13ConfigurationV13detectionRateSfvp"
  },
  "title" : "detectionRate"
}
-->

# detectionRate

The frequency at which object detection runs, in Hz.

```
var detectionRate: Float
```

## Discussion

The framework clamps this value to between `0` and `30` Hz.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)