init?(rawValue : Int)
Creates a grammatical part of speech instance from the provided enumeration value.
ある文法的品詞インスタンスをその提供された列挙値から作成します。
Availability 有効性
Technology
enum Morphology
.PartOfSpeech : Int
, Hashable
init?(rawValue : Int)
case determiner
case pronoun
case letter
case adverb
case particle
case adjective
case adposition
case verb
case noun
case conjunction
case numeral
case interjection
case preposition
case abbreviation
init(from: Decoder)
func encode(to: Encoder)
var hashValue : Int
func hash(into: inout Hasher)
typealias Morphology.PartOfSpeech.RawValue
var rawValue : Int
static func != (Morphology.PartOfSpeech, Morphology.PartOfSpeech) -> Bool
var isUnspecified : Bool
var grammaticalGender : Morphology.GrammaticalGender?
enum Morphology.GrammaticalGender
var number: Morphology.GrammaticalNumber?
enum Morphology.GrammaticalNumber
var partOfSpeech : Morphology.PartOfSpeech?