---
title: MLHandPoseClassifier.ImageAugmentationOptions
framework: createml
role: symbol
role_heading: Structure
path: createml/mlhandposeclassifier/imageaugmentationoptions
---

# MLHandPoseClassifier.ImageAugmentationOptions

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

## Declaration

```swift
struct ImageAugmentationOptions
```

## Topics

### Augmentations supporting types

- [horizontallyFlip](createml/mlhandposeclassifier/imageaugmentationoptions/horizontallyflip.md)
- [rotate](createml/mlhandposeclassifier/imageaugmentationoptions/rotate.md)
- [scale](createml/mlhandposeclassifier/imageaugmentationoptions/scale.md)
- [translate](createml/mlhandposeclassifier/imageaugmentationoptions/translate.md)
- [Option set support](createml/option-set-support.md)

### Creating image augmentation options

- [init(rawValue:)](createml/mlhandposeclassifier/imageaugmentationoptions/init(rawvalue:).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

- [MLHandPoseClassifier.DataSource](createml/mlhandposeclassifier/datasource.md)
- [MLHandPoseClassifier.ModelParameters](createml/mlhandposeclassifier/modelparameters-swift.struct.md)
