//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Intent/CopyTranslation
CopyTranslation
data class CopyTranslation(val value: String) : MachineTranslationComponent.Intent
Programmatically update the value of the suggestion.
Parameters
jvm
value | suggestion to set |
Constructors
CopyTranslation | [jvm] constructor(value: String) |
Properties
Name | Summary |
---|---|
value | [jvm] val value: String |