---
title: bodyDetection
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arconfiguration/framesemantics-swift.struct/bodydetection
---

# bodyDetection

An option that indicates that 2D body detection is enabled.

## Declaration

```swift
static var bodyDetection: ARConfiguration.FrameSemantics { get }
```

## Discussion

Discussion When you set this option in your configuration’s frameSemantics property, ARKit describes the joint positions of a body it detects in the camera image, using normalized coordinates. See detectedBody for more information.
