Type Property 型プロパティ

dataValueType

The underlying type a dictionary uses when it wraps itself in a data value. ある辞書が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。

Declaration 宣言

static var dataValueType: MLDataValue.ValueType { get }
Available when Key conforms to MLDataValueConvertible and Value conforms to MLDataValueConvertible. KeyMLDataValueConvertibleに準拠するそしてValueMLDataValueConvertibleに準拠する時に利用可能です。

Discussion 解説

A dictionary value converts to an MLDataValue.ValueType.dictionary. 辞書値は、MLDataValue.ValueType.dictionaryに変わります。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Converting Between Dictionaries and Create ML Types 辞書の間で変換してML型を作成する