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
static var dataValueType: MLData Value.Value Type { get }
Discussion
A string value converts to an MLData.
The underlying type a string uses when it wraps itself in a data value.
SDKs
Framework
static var dataValueType: MLData Value.Value Type { get }
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 ValueThe string wrapped in a data value.