Success

data class Success(val translatedText: String) : TranslationResult(source)

Translation succeeded. translatedText contains the message text in the target locale.

Constructors

Link copied to clipboard
constructor(translatedText: String)

Properties

Link copied to clipboard