---
title: Option set support
framework: createml
role: collectionGroup
role_heading: API Collection
path: createml/option-set-support
---

# Option set support

Inspect and modify a video augmentation option set with the properties and methods it inherits from standard protocols.

## Overview

Overview You don’t typically use these properties and methods directly. MLHandActionClassifier.VideoAugmentationOptions inherits these symbols from OptionSet and Codable. Create a set of video augmentations by creating an array literal with any combination of these type properties: horizontalFlip randomMove randomScale randomShift frameDrop timeInterpolate

## Topics

### Creating an augmentation

- [init(rawValue:)](createml/mlhandactionclassifier/videoaugmentationoptions/init(rawvalue:).md)

## See Also

### Augmentations supporting types

- [dropFrames](createml/mlhandactionclassifier/videoaugmentationoptions/dropframes.md)
- [horizontallyFlip](createml/mlhandactionclassifier/videoaugmentationoptions/horizontallyflip.md)
- [interpolateFrames](createml/mlhandactionclassifier/videoaugmentationoptions/interpolateframes.md)
- [rotate](createml/mlhandactionclassifier/videoaugmentationoptions/rotate.md)
- [scale](createml/mlhandactionclassifier/videoaugmentationoptions/scale.md)
- [translate](createml/mlhandactionclassifier/videoaugmentationoptions/translate.md)
