ModelDownloadRequired

data class ModelDownloadRequired(val languageTags: List<String>, val estimatedSizeMb: Int) : TranslationResult(source)

The models for languageTags must be downloaded (an estimated estimatedSizeMb) before translating.

Constructors

Link copied to clipboard
constructor(languageTags: List<String>, estimatedSizeMb: Int)

Properties

Link copied to clipboard
Link copied to clipboard