---
title: MLHandActionClassifier.VideoAugmentationOptions
framework: createml
role: symbol
role_heading: Structure
path: createml/mlhandactionclassifier/videoaugmentationoptions
---

# MLHandActionClassifier.VideoAugmentationOptions

Options a hand action classification training session can use to generate additional training data from the videos you provide.

## Declaration

```swift
struct VideoAugmentationOptions
```

## Topics

### 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)
- [Option set support](createml/option-set-support.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Supporting types

- [MLHandActionClassifier.DataSource](createml/mlhandactionclassifier/datasource.md)
- [MLHandActionClassifier.ModelParameters](createml/mlhandactionclassifier/modelparameters-swift.struct.md)
