TranslationResult

sealed class TranslationResult

Inheritors

Types

Link copied to clipboard
data class Failure(val ex: Exception) : TranslationResult
Link copied to clipboard
data class Success(val origin: String, val translation: String, val fromLanguage: TranslateLanguage, val toLanguage: TranslateLanguage) : TranslationResult

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun toResultText(): MutableComponent