---
title: pitch
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnfaceobservation/pitch
---

# pitch

The pitch angle of a face in radians.

## Declaration

```swift
var pitch: NSNumber? { get }
```

## Discussion

Discussion This value indicates the rotational angle of the face around the x-axis. If the request doesn’t calculate the angle, the value is nil.

## See Also

### Determining Facial Orientation

- [roll](vision/vnfaceobservation/roll.md)
- [yaw](vision/vnfaceobservation/yaw.md)
