---
title: dictionary
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mldictionaryfeatureprovider/dictionary
---

# dictionary

The backing dictionary.

## Declaration

```swift
var dictionary: [String : MLFeatureValue] { get }
```

## See Also

### Accessing the features

- [subscript(_:)](coreml/mldictionaryfeatureprovider/subscript(_:).md)
