Package ai.nexconn.chat.translate.model
Object TranslateMode.Companion
-
- All Implemented Interfaces:
public class TranslateMode.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static TranslateMode.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TranslateModefromValue(Integer value)Gets the corresponding value from integer: Translation mode. -
-
Method Detail
-
fromValue
final TranslateMode fromValue(Integer value)
Gets the corresponding value from integer: Translation mode.
- Parameters:
value- Translation mode Integer value- Returns:
Corresponding TranslateMode, Returns when not found: MECHANICAL
-
-
-
-