Contents

Option set support

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

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

See Also

Augmentations supporting types