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

# pitch

The pitch angle of a face.

## Declaration

```swift
let pitch: Measurement<UnitAngle>
```

## Discussion

Discussion This value indicates the rotational angle of the face around the x-axis.

## See Also

### Inspecting an observation

- [RequestDescriptor](vision/requestdescriptor.md)
- [FaceObservation.Landmarks2D](vision/faceobservation/landmarks2d.md)
- [landmarks](vision/faceobservation/landmarks.md)
- [roll](vision/faceobservation/roll.md)
- [yaw](vision/faceobservation/yaw.md)
