The dictionary wrapped in a data value.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
var dataValue: MLData Value { get }
Available when Key conforms to MLData Value Convertible and Value conforms to MLData Value Convertible.
The dictionary wrapped in a data value.
SDKs
Framework
var dataValue: MLData Value { get }
init?(from: MLData Value)Creates an array from a dictionary wrapped in a data value.
static var data Value Type: MLData Value .Value TypeThe underlying type a dictionary uses when it wraps itself in a data value.