The underlying type a string uses when it wraps itself in a data value.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
Discussion
A string value converts to an MLData
.
The underlying type a string uses when it wraps itself in a data value.
SDKs
Framework
A string value converts to an MLData
.
init?(from: MLData Value)
Creates a string from another string wrapped in a data value.
var data Value: MLData Value
The string wrapped in a data value.