com.google.mlkit.nl.languageid

  • The Language Identifier is used to identify the language of a given text.

  • Language Identification provides access to the Language Identifier.

  • Identified Language represents a language detected by the identifier.

  • Language Identification Options allow customization of the identification process.

  • You can create Language Identification Options using the dedicated builder class.

Interfaces

LanguageIdentifier A LanguageIdentification client for identifying the language of a piece of text. 

Classes

IdentifiedLanguage A language identified by LanguageIdentifier.identifyPossibleLanguages(String)
LanguageIdentification Entry point to get a LanguageIdentifier that identifies language for a given text input. 
LanguageIdentificationOptions Options for LanguageIdentifier  
LanguageIdentificationOptions.Builder Builder to create a LanguageIdentificationOptions instance.