---
title: VNChirality
framework: vision
role: symbol
role_heading: Enumeration
path: vision/vnchirality
---

# VNChirality

Constants that the define the chirality, or handedness, of a pose.

## Declaration

```swift
@frozen enum VNChirality
```

## Topics

### Chirality Values

- [VNChirality.left](vision/vnchirality/left.md)
- [VNChirality.right](vision/vnchirality/right.md)
- [VNChirality.unknown](vision/vnchirality/unknown.md)

### Creating a Chirality

- [init(rawValue:)](vision/vnchirality/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Determining the Chirality

- [chirality](vision/vnhumanhandposeobservation/chirality.md)
