IdentifiedLanguage
class IdentifiedLanguage : NSObject
An identified language for the given input text.
-
The BCP 47 language tag for the language.
Declaration
Swift
var languageTag: String { get }
-
The confidence score of the language.
Declaration
Swift
var confidence: Float { get }
-
Unavailable.