---
title: MLModelImageFeatureExtractor
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/mlmodelimagefeatureextractor
---

# MLModelImageFeatureExtractor

An image feature extractor provided by an MLModel.

## Declaration

```swift
struct MLModelImageFeatureExtractor
```

## Topics

### Creating the extractor

- [init(model:inputName:outputName:context:)](createmlcomponents/mlmodelimagefeatureextractor/init(model:inputname:outputname:context:).md)
- [init(contentsOf:configuration:inputName:outputName:context:)](createmlcomponents/mlmodelimagefeatureextractor/init(contentsof:configuration:inputname:outputname:context:).md)

### Getting the properties

- [inputName](createmlcomponents/mlmodelimagefeatureextractor/inputname.md)
- [model](createmlcomponents/mlmodelimagefeatureextractor/model.md)
- [outputName](createmlcomponents/mlmodelimagefeatureextractor/outputname.md)

### Applying

- [applied(to:eventHandler:)](createmlcomponents/mlmodelimagefeatureextractor/applied(to:eventhandler:).md)
- [MLModelImageFeatureExtractor.Error](createmlcomponents/mlmodelimagefeatureextractor/error.md)

## Relationships

### Conforms To

- [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)
- [ImageFeaturePrint](createmlcomponents/imagefeatureprint.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)
