---
title: bodyHeight
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnhumanbodypose3dobservation/bodyheight
---

# bodyHeight

The estimated human body height, in meters.

## Declaration

```swift
var bodyHeight: Float { get }
```

## Mentioned in

Identifying 3D human body poses in images

## Discussion

Discussion The framework returns an accurate height if heightEstimation is VNHumanBodyPose3DObservation.HeightEstimation.measured; otherwise, it returns a VNHumanBodyPose3DObservation.HeightEstimation.reference height.

## See Also

### Getting the Body Height

- [heightEstimation](vision/vnhumanbodypose3dobservation/heightestimation-swift.property.md)
- [VNHumanBodyPose3DObservation.HeightEstimation](vision/vnhumanbodypose3dobservation/heightestimation-swift.enum.md)
