Type Method 型メソッド

requiredKeysForLanguage:

Returns a collection of the custom pronoun keys required by this language. この言語によって必須とされるあつらえの代名詞キーそれらからなるあるコレクションを返します。

Declaration 宣言

+ (NSArray<NSString *> *)requiredKeysForLanguage:(NSString *)language;

Parameters パラメータ

language

The language to create a custom pronoun for. それに対してあつらえの代名詞を作成する言語。

Return Value 戻り値

The keys required for the given language. 与えられた言語に対して必須とされるキーそれら。

Discussion 議論

If any of the required keys for a given language are unset, calling setCustomPronoun:forLanguage:error: for that language with an incomplete NSMorphologyCustomPronoun results in an error.

See Also 参照

Assessing Custom Pronoun Support カスタム代名詞サポートを見極める