Contents

currentSentenceEmbeddingRevision(for:)

Retrieves the current version of a sentence embedding for the given language.

Declaration

class func currentSentenceEmbeddingRevision(for language: NLLanguage) -> Int

Parameters

  • language:

    A language supported by the Natural Language framework. For possible values, see Nllanguage.

Return Value

An integer representing the current version number of a sentence embedding.

See Also

Checking for Natural Language support