Instance Property
インスタンスプロパティ
raw
rawValue
The raw value of the grammatical part of speech instance.
文法的品詞インスタンスの生の値。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var rawValue: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Grammatical Parts of Speech 文法的品詞を比較する
typealias Morphology.PartOfSpeech.RawValue
The raw value type of the grammatical part of speech enumeration.
文法的品詞列挙の生の値型。
static func != (Morphology.PartOfSpeech, Morphology.PartOfSpeech) -> Bool
Returns a Boolean value that indicates whether two values are not equal.
あるブール値を返します、それは2つの値が等しくないかどうかを指し示します。