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

# yaw

The yaw angle of a face.

## Declaration

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

## Discussion

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

## See Also

### Inspecting an observation

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