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

# dropFrames

Randomly drop frames from a video.

## Declaration

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

## See Also

### Augmentations supporting types

- [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)
