Package org.mozilla.geckoview
Class TranslationsController.RuntimeTranslation.LanguageModel
Object
org.mozilla.geckoview.TranslationsController.RuntimeTranslation.LanguageModel
- Enclosing class:
- TranslationsController.RuntimeTranslation
Information about a language model.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Boolean
Model download stateDisplay language.final long
Size in bytes for displaying download information. -
Constructor Summary
ConstructorDescriptionLanguageModel
(TranslationsController.Language language, Boolean isDownloaded, long size) Constructor for the language model. -
Method Summary
-
Field Details
-
language
Display language. -
isDownloaded
Model download state -
size
public final long sizeSize in bytes for displaying download information.
-
-
Constructor Details
-
LanguageModel
public LanguageModel(@Nullable TranslationsController.Language language, Boolean isDownloaded, long size) Constructor for the language model.- Parameters:
language
- the language the model is for.isDownloaded
- if the model is currently downloaded or not.size
- the size in bytes of the model.
-
-
Method Details