Contents

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.

  • language:

    A BCP-47 tag identifying the language. 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.

See Also

Getting the Tag Schemes