Type Method 型メソッド

availableTagSchemes(for:language:)

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

Declaration 宣言

class func availableTagSchemes(for unit: NSLinguisticTaggerUnit, 
                      language: String) -> [NSLinguisticTagScheme]

Parameters パラメータ

unit

The linguistic unit. For possible values, see NSLinguisticTaggerUnit. 言語学的単位。可能な値として、NSLinguisticTaggerUnitを見てください。

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 supported tag schemes. For possible values, see NSLinguisticTagScheme. サポートされるタグスキーム。可能な値として、NSLinguisticTagSchemeを見てください。

See Also 参照

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