Instance Property
インスタンスプロパティ
data
dataValue
The integer 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 an Integer as a Data Value 整数をデータ値として使う
init?(from: MLDataValue)
Creates an integer from another integer wrapped in a data value.
ある整数をデータ値の中にラップされる別の整数から作成します。
var identifierValue : MLDataValue
The integer value of the unique identifier wrapped in a data value.
データ値の中にラップされる特有識別子の整数値。
static var dataValueType : MLDataValue.ValueType
The underlying type an integer uses when it wraps itself in a data value.
整数が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。