Instance Property
インスタンスプロパティ
identifier
identifierValue
The integer value of the unique identifier wrapped in a data value.
データ値の中にラップされる特有識別子の整数値。
Availability
- macOS 10.15+
- Xcode 11.0+
Technology
- Create ML
Declaration 宣言
var identifierValue: 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 dataValue : MLDataValue
The integer wrapped in a data value.
あるデータ値の中にラップされる整数。
static var dataValueType : MLDataValue.ValueType
The underlying type an integer uses when it wraps itself in a data value.
整数が、それがそれ自身をあるデータ値の中にラップする時に使う、基礎をなす型。