Instance Property インスタンスプロパティ

unspecified

A Boolean value that indicates whether this instance specifies no particular grammar. あるブール値、それはこのインスタンスが特定の文法を指定しないのかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isUnspecified) BOOL unspecified;

Discussion 議論

This value is equivalent to having set none of the properties in this NSMorphology. This occurs when the user hasn’t specified preferences, or chose not to share them with this app. When the morphology is unspecified, inflecting a string with this morphology does nothing. これは、ユーザが環境設定それらを指定していない、またはそれらをこのアプリと共有しないのを選ぶ時に起こります。語形論が指定されない時、ある文字列をこの語形論で屈折することは何も行いません。

See Also 参照

Accessing Grammatical Properties 文法的プロパティにアクセスする