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

# interpolateFrames

Random time interpolation through a video.

## Declaration

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

## See Also

### Augmentations supporting types

- [dropFrames](createml/mlhandactionclassifier/videoaugmentationoptions/dropframes.md)
- [horizontallyFlip](createml/mlhandactionclassifier/videoaugmentationoptions/horizontallyflip.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)
