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

isUnspecified

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

Declaration 宣言

var isUnspecified: Bool { get }

Discussion 議論

This value is equivalent to having set none of the properties in this Morphology. 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. この値は、このMorphologyの中のプロパティのうち何も設定されていないのと同等です。これは、ユーザが環境設定それらを指定していない、またはそれらをこのアプリと共有しないのを選ぶ時に起こります。語形論が指定されない時、ある文字列をこの語形論で屈折することは何も行いません。

See Also 参照

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