Contents

languageHints

A dictionary that maps languages to their probabilities in the language identification process.

Declaration

@nonobjc var languageHints: [NLLanguage : Double] { get set }

Discussion

This is a dictionary mapping languages to their probabilities and used by processString(_:).

See Also

Guiding the recognizer