---
title: integerDictionaryValue
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlsendablefeaturevalue/integerdictionaryvalue
---

# integerDictionaryValue

The integer dictionary value, if the contained value is a dictionary of integers to numbers.

## Declaration

```swift
var integerDictionaryValue: [Int : Double]? { get }
```

## See Also

### Accessing the values

- [doubleValue](coreml/mlsendablefeaturevalue/doublevalue.md)
- [float16Value](coreml/mlsendablefeaturevalue/float16value.md)
- [floatValue](coreml/mlsendablefeaturevalue/floatvalue.md)
- [integerValue](coreml/mlsendablefeaturevalue/integervalue.md)
- [isScalar](coreml/mlsendablefeaturevalue/isscalar.md)
- [isShapedArray](coreml/mlsendablefeaturevalue/isshapedarray.md)
- [isUndefined](coreml/mlsendablefeaturevalue/isundefined.md)
- [stringArrayValue](coreml/mlsendablefeaturevalue/stringarrayvalue.md)
- [stringDictionaryValue](coreml/mlsendablefeaturevalue/stringdictionaryvalue.md)
- [stringValue](coreml/mlsendablefeaturevalue/stringvalue.md)
- [type](coreml/mlsendablefeaturevalue/type.md)
