---
title: hasRollAngle
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmetadatafaceobject/hasrollangle
---

# hasRollAngle

A Boolean value indicating whether there is a valid roll angle associated with the face.

## Declaration

```swift
var hasRollAngle: Bool { get }
```

## Discussion

Discussion If the value of this property is false, the value in the rollAngle property is invalid and must not be accessed.

## See Also

### Accessing the face detection data

- [rollAngle](avfoundation/avmetadatafaceobject/rollangle.md)
- [hasYawAngle](avfoundation/avmetadatafaceobject/hasyawangle.md)
- [yawAngle](avfoundation/avmetadatafaceobject/yawangle.md)
