TranslationResult

Result of a translation attempt.

Inheritors

Types

Link copied to clipboard
data class ModelDownloadRequired(val locale: String, val estimatedSizeMb: Int) : TranslationResult

Translation model needs to be downloaded before translating.

Link copied to clipboard
data class Success(val translatedMarkdown: String) : TranslationResult

Translation succeeded. translatedMarkdown contains the complete translated markdown source.

Link copied to clipboard

Translation is not available on this platform/flavor. Caller should fall back to English.