Class TranslationsController.RuntimeTranslation.ModelManagementOptions

Object
org.mozilla.geckoview.TranslationsController.RuntimeTranslation.ModelManagementOptions
Enclosing class:
TranslationsController.RuntimeTranslation

@AnyThread public static class TranslationsController.RuntimeTranslation.ModelManagementOptions extends Object
Options for managing the translation language models.
  • Field Details

    • language

      @Nullable public final String language
      BCP 47 language or null for global operations.
    • operation

      @NonNull public final String operation
      Operation to perform on the language model.
    • operationLevel

      @NonNull public final String operationLevel
      Level of operation
  • Constructor Details