Instance Property
インスタンスプロパティ
data
dataValue
The string 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 }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Using a String as a Data Value 文字列をデータ値として使う
init?(from: MLDataValue)
Creates a string from another string wrapped in a data value.
ある文字列をデータ値の中にラップされる別の文字列から作成します。
var identifierValue : MLDataValue
The string value of the unique identifier wrapped in a data value.
データ値の中にラップされる特有識別子の文字列値。
static var dataValueType : MLDataValue.ValueType
The underlying type a string uses when it wraps itself in a data value.
ある文字列が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。