---
title: ARBody2D
framework: arkit
role: symbol
role_heading: Class
path: arkit/arbody2d
---

# ARBody2D

The screen-space representation of a person ARKit recognizes in the camera feed.

## Declaration

```swift
class ARBody2D
```

## Overview

Overview When ARKit recognizes a person in the camera feed, it estimates the screen-space location of the body’s joints and provides the location to you through current frame’s detectedBody.

## Topics

### Getting Joint Information

- [skeleton](arkit/arbody2d/skeleton.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Checking for people

- [detectedBody](arkit/arframe/detectedbody.md)
- [segmentationBuffer](arkit/arframe/segmentationbuffer.md)
- [estimatedDepthData](arkit/arframe/estimateddepthdata.md)
- [ARFrame.SegmentationClass](arkit/arframe/segmentationclass.md)
