---
title: model
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/mlmodelimagefeatureextractor/model
---

# model

The CoreML model with .mlmodel extension.

## Declaration

```swift
let model: MLModel
```

## Discussion

Discussion This model should satisfy the following requirements: Take in one input of type .image and its key name should be same as inputName. Any other input should be optional. Give at least one output of type .multiarray and its key name should be same as outputName

## See Also

### Getting the properties

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