Initializer

init(from:)

Creates an array from a dictionary wrapped in a data value. ある配列をあるデータ値の中にラップされる辞書から作成します。

Declaration 宣言

init?(from dataValue: MLDataValue)
Available when Key conforms to MLDataValueConvertible and Value conforms to MLDataValueConvertible. KeyMLDataValueConvertibleに準拠するそしてValueMLDataValueConvertibleに準拠する時に利用可能です。

Discussion 解説

Use this initializer to create an array by converting an MLDataValue with an underlying type of MLDataValue.DictionaryType. You can confirm the data value’s underlying type by retrieving a non-nil value from dictionaryValue or by inspecting the type property. このイニシャライザを使って配列を作成してください、MLDataValueをある基礎をなす型のMLDataValue.DictionaryTypeで変換することによって。あなたは、データ値のもつ基礎をなす型を確認することが、非nil値をdictionaryValueから回収することによって、またはtypeプロパティを調査することによって可能です。

This initializer is equivalent to init(from:). このイニシャライザは、init(from:)に等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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