---
title: featureValue
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vncoremlfeaturevalueobservation/featurevalue
---

# featureValue

The feature result of a VNCoreMLRequest that outputs neither a classification nor an image.

## Declaration

```swift
@NSCopying var featureValue: MLFeatureValue { get }
```

## Discussion

Discussion Refer to Core ML documentation and the model itself to learn about proper handling of the content.

## See Also

### Obtaining Feature Values

- [featureName](vision/vncoremlfeaturevalueobservation/featurename.md)
