# Print output for @column tags ?>
| UiTranslationStateCallback | Callback for listening to UI Translation state changes. |
| ViewTranslationCallback |
Callback for handling the translated information show or hide in the View.
|
| TranslationCapability |
Capability class holding information for a pair of TranslationSpecs.
|
| TranslationContext |
Info class holding information for Translators and used by
TranslationManager#createOnDeviceTranslator(TranslationContext, Executor, Consumer).
|
| TranslationContext.Builder |
A builder for TranslationContext
|
| TranslationManager |
The TranslationManager class provides ways for apps to integrate and use the
translation framework.
|
| TranslationRequest |
Translation request sent to the TranslationService by the
Translator which contains the text to be translated.
|
| TranslationRequest.Builder |
A builder for TranslationRequest
|
| TranslationRequestValue |
A value to be translated via Translator.
|
| TranslationResponse |
Response from the TranslationService, which contains the translated result.
|
| TranslationResponse.Builder |
A builder for TranslationResponse
|
| TranslationResponseValue |
A translated response value from TranslationService.
|
| TranslationResponseValue.Builder |
A builder for TranslationResponseValue
|
| TranslationSpec | Specs and additional info for the translation data. |
| Translator |
The Translator for translation, defined by a TranslationContext.
|
| UiTranslationManager |
The UiTranslationManager class provides ways for apps to use the ui translation
function in framework.
|
| ViewTranslationRequest |
Wrapper class representing a translation request associated with a View to
be used by TranslationService.
|
| ViewTranslationRequest.Builder | A builder for building ViewTranslationRequest. |
| ViewTranslationResponse |
Wrapper class representing a translation response associated with a View to
be used by TranslationService.
|
| ViewTranslationResponse.Builder |
A builder for ViewTranslationResponse
|