com.google.mlkit.nl.translate

  • TranslateLanguage.Language represents a language supported by the Translate API.

  • Translator is a client for translating simple sentences between languages.

  • TranslateLanguage provides information about languages supported by the API.

  • TranslateRemoteModel contains information about downloaded or to-be-downloaded translation models.

  • Translation is the entry point to obtain a Translator with specified language options.

Annotations

TranslateLanguage.Language A language supported by the Translate API. 

Interfaces

Translator A Translation client for translating simple sentences from one language to another. 

Classes

TranslateLanguage Information about the languages that are supported by the Translate API. 
TranslateRemoteModel Information about a downloaded or to-be-downloaded model for translation. 
TranslateRemoteModel.Builder Builder for a TranslateRemoteModel
Translation Entry point to get a Translator for translating from the source language to the target language specified in options
TranslatorOptions Options for Translator
TranslatorOptions.Builder Builder to create a TranslatorOptions instance.