---
title: ImageFeaturePrint
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/imagefeatureprint
---

# ImageFeaturePrint

ImageFeaturePrint image feature extractor.

## Declaration

```swift
struct ImageFeaturePrint
```

## Topics

### Creating the extractor

- [init(cropAndScale:context:)](createmlcomponents/imagefeatureprint/init(cropandscale:context:).md)
- [init(revision:cropAndScale:context:)](createmlcomponents/imagefeatureprint/init(revision:cropandscale:context:).md)

### Getting the properties

- [cropAndScale](createmlcomponents/imagefeatureprint/cropandscale.md)
- [revision](createmlcomponents/imagefeatureprint/revision.md)
- [latestRevision](createmlcomponents/imagefeatureprint/latestrevision.md)

### Performing the transformation

- [applied(to:eventHandler:)](createmlcomponents/imagefeatureprint/applied(to:eventhandler:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [ImageFeatureExtractor](createmlcomponents/imagefeatureextractor.md)
- [Transformer](createmlcomponents/transformer.md)

## See Also

### Image components

- [Augmenting images to expand your training data](createmlcomponents/augmenting-images-to-expand-your-training-data.md)
- [Creating a multi-label image classifier](createmlcomponents/creating-a-multi-label-image-classifier.md)
- [ImageReader](createmlcomponents/imagereader.md)
- [ImageFeatureExtractor](createmlcomponents/imagefeatureextractor.md)
- [ImageCropper](createmlcomponents/imagecropper.md)
- [ImageScaler](createmlcomponents/imagescaler.md)
- [ImageBlur](createmlcomponents/imageblur.md)
- [ImageColorTransformer](createmlcomponents/imagecolortransformer.md)
- [ImageExposureAdjuster](createmlcomponents/imageexposureadjuster.md)
- [ImageFlipper](createmlcomponents/imageflipper.md)
- [ImageRotator](createmlcomponents/imagerotator.md)
- [RandomImageNoiseGenerator](createmlcomponents/randomimagenoisegenerator.md)
- [MLModelImageFeatureExtractor](createmlcomponents/mlmodelimagefeatureextractor.md)
