<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNCoreMLModel/inputImageFeatureName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNCoreMLModel(py)inputImageFeatureName"
  },
  "title" : "inputImageFeatureName"
}
-->

# inputImageFeatureName

The name of the feature value that Vision sets from the request handler.

```
var inputImageFeatureName: String { get set }
```

## Discussion

By default, Vision uses the first input found, but you can manually set that input to another [`featureName`](/documentation/Vision/VNCoreMLFeatureValueObservation/featureName) instead.

---

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)