Type Method 型メソッド

availableTagSchemes(forLanguage:)

Returns the tag schemes available for a particular language on the current device. 現在のデバイス上でのある特定の言語に対して利用可能なタグスキームを返します。

Declaration 宣言

class func availableTagSchemes(forLanguage language: String) -> [NSLinguisticTagScheme]

Parameters パラメータ

language

A BCP-47 tag identifying the language. 言語を識別しているBCP-47タグ。 For example, "en" for English or "zh-Hans" for Chinese written using the Simplified Chinese script.

Return Value 戻り値

The available tag schemes. For possible values, see NSLinguisticTagScheme. 利用可能なタグスキーム。可能な値として、NSLinguisticTagSchemeを見てください。

Discussion 議論

This is a convenience method for calling the availableTagSchemes(for:language:), passing NSLinguisticTaggerUnit.word as the linguistic unit. これは、availableTagSchemes(for:language:)への呼び出しを、NSLinguisticTaggerUnit.wordを言語学的単位として渡して行うことに対する便宜メソッドです。

See Also 参照

Getting the Tag Schemes タグスキームを取得する