<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/ImageFeaturePrint",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents17ImageFeaturePrintV"
  },
  "title" : "ImageFeaturePrint"
}
-->

# ImageFeaturePrint

ImageFeaturePrint image feature extractor.

```
struct ImageFeaturePrint
```

## Topics

### Creating the extractor

[`init(cropAndScale:context:)`](/documentation/CreateMLComponents/ImageFeaturePrint/init(cropAndScale:context:))

Creates a FeaturePrint feature extractor.

[`init(revision:cropAndScale:context:)`](/documentation/CreateMLComponents/ImageFeaturePrint/init(revision:cropAndScale:context:))

Creates a FeaturePrint feature extractor.

### Getting the properties

[`cropAndScale`](/documentation/CreateMLComponents/ImageFeaturePrint/cropAndScale)

The crop and scale options.

[`revision`](/documentation/CreateMLComponents/ImageFeaturePrint/revision)

The feature extractor revision number.

[`latestRevision`](/documentation/CreateMLComponents/ImageFeaturePrint/latestRevision)

The latest feature extractor revision.

### Performing the transformation

[`applied(to:eventHandler:)`](/documentation/CreateMLComponents/ImageFeaturePrint/applied(to:eventHandler:))

Extracts image features from an image.

## Relationships

### Conforms To

[`ImageFeatureExtractor`](/documentation/CreateMLComponents/ImageFeatureExtractor)

[`Encodable`](/documentation/Swift/Encodable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Transformer`](/documentation/CreateMLComponents/Transformer)

[`Decodable`](/documentation/Swift/Decodable)

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)