Instance Property
インスタンスプロパティ
data
dataValue
The dictionary wrapped in a data value.
データ値の中にラップされる辞書。
Availability
- iOS 15.0+
- iPadOS 15.0+
- macOS 10.14+
- Mac Catalyst 15.0+
- Xcode 10.0+
Technology
- Create ML
Declaration 宣言
var dataValue: MLDataValue
{ get }
Available when
Key
conforms to MLDataValueConvertible
and Value
conforms to MLDataValueConvertible
.
Key
がMLDataValueConvertible
に準拠するそしてValue
がMLDataValueConvertible
に準拠する時に利用可能です。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Converting Between Dictionaries and Create ML Types 辞書の間で変換してML型を作成する
init?(from: MLDataValue)
Creates an array from a dictionary wrapped in a data value.
ある配列をあるデータ値の中にラップされる辞書から作成します。
Available when
Key
conforms to MLDataValueConvertible
and Value
conforms to MLDataValueConvertible
.
Key
がMLDataValueConvertible
に準拠するそしてValue
がMLDataValueConvertible
に準拠する時に利用可能です。
static var dataValueType : MLDataValue.ValueType
The underlying type a dictionary uses when it wraps itself in a data value.
ある辞書が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。
Available when
Key
conforms to MLDataValueConvertible
and Value
conforms to MLDataValueConvertible
.
Key
がMLDataValueConvertible
に準拠するそしてValue
がMLDataValueConvertible
に準拠する時に利用可能です。