com.google.mlkit.nl.translate

  • The ML Kit Translate API enables translation of simple sentences between supported languages.

  • Developers can utilize the Translator interface for performing translations.

  • TranslateRemoteModel provides information about downloadable language models for offline translation.

  • TranslateLanguage offers details about the languages supported by the Translate API.

  • TranslatorOptions and its builder allow customization of translation settings.

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.