Type Property

dataValueType

The underlying type a string uses when it wraps itself in a data value.

Declaration

static var dataValueType: MLDataValue.ValueType { get }

Discussion

A string value converts to an MLDataValue.ValueType.string.

Relationships

See Also

Using a String as a Data Value

init?(from: MLDataValue)

Creates a string from another string wrapped in a data value.

var dataValue: MLDataValue

The string wrapped in a data value.