Initializer

init(from:)

Creates a string from another string wrapped in a data value. ある文字列をデータ値の中にラップされる別の文字列から作成します。

Declaration 宣言

init?(from dataValue: MLDataValue)

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Using a String as a Data Value 文字列をデータ値として使う