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