//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.translate.panel.machinetranslation.presentation/MachineTranslationComponent/Intent/SetTranslation
SetTranslation
data class SetTranslation(val value: String) : MachineTranslationComponent.Intent
Set a value for the suggestion, when the event is initiated by the user.
Parameters
jvm
| value | suggestion to set |
Constructors
| SetTranslation | [jvm] constructor(value: String) |
Properties
| Name | Summary |
|---|---|
| value | [jvm] val value: String |