---
title: rotate
framework: createml
role: symbol
role_heading: Type Property
path: createml/mlhandactionclassifier/videoaugmentationoptions/rotate
---

# rotate

Randomly rotate the pose in a video.

## Declaration

```swift
static let rotate: MLHandActionClassifier.VideoAugmentationOptions
```

## See Also

### Augmentations supporting types

- [dropFrames](createml/mlhandactionclassifier/videoaugmentationoptions/dropframes.md)
- [horizontallyFlip](createml/mlhandactionclassifier/videoaugmentationoptions/horizontallyflip.md)
- [interpolateFrames](createml/mlhandactionclassifier/videoaugmentationoptions/interpolateframes.md)
- [scale](createml/mlhandactionclassifier/videoaugmentationoptions/scale.md)
- [translate](createml/mlhandactionclassifier/videoaugmentationoptions/translate.md)
- [Option set support](createml/option-set-support.md)
