---
title: VNHumanObservation
framework: vision
role: symbol
role_heading: Class
path: vision/vnhumanobservation
---

# VNHumanObservation

An object that represents a person that the request detects.

## Declaration

```swift
class VNHumanObservation
```

## Topics

### Inspecting the Observation

- [upperBodyOnly](vision/vnhumanobservation/upperbodyonly.md)

## Relationships

### Inherits From

- [VNDetectedObjectObservation](vision/vndetectedobjectobservation.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [VNRequestRevisionProviding](vision/vnrequestrevisionproviding.md)

## See Also

### Face and body detection

- [Selecting a selfie based on capture quality](vision/selecting-a-selfie-based-on-capture-quality.md)
- [VNDetectFaceCaptureQualityRequest](vision/vndetectfacecapturequalityrequest.md)
- [VNDetectFaceLandmarksRequest](vision/vndetectfacelandmarksrequest.md)
- [VNDetectFaceRectanglesRequest](vision/vndetectfacerectanglesrequest.md)
- [VNDetectHumanRectanglesRequest](vision/vndetecthumanrectanglesrequest.md)
