---
title: yaw
framework: Vision
role: symbol
role_heading: Instance Property
platforms: [iOS 12.0+, iPadOS 12.0+, Mac Catalyst 13.1+, macOS 10.14+, tvOS 12.0+, visionOS 1.0+]
path: vision/vnfaceobservation/2980940-yaw
---

# yaw

The yaw angle of a face in radians.

## Declaration

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

## Discussion

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

If the request doesn’t calculate the angle, the value is `nil.`

## See Also

### Determining Facial Orientation

- [roll](roll.md)
- [pitch](pitch.md)
