toggle menu
deeplkt
0.3.0
common
switch theme
search in API
deeplkt
/
moe.micha.deeplkt.translate
/
Translation
Translation
@
Serializable
data
class
Translation
(
val
detectedSourceLang
:
SourceLang
,
val
text
:
String
)
(
source
)
Parameters
detected
Source
Lang
The language of the translated content (either the specified one or the one that was detected).
Members
Constructors
Translation
Link copied to clipboard
constructor
(
detectedSourceLang
:
SourceLang
,
text
:
String
)
Properties
detected
Source
Lang
Link copied to clipboard
val
detectedSourceLang
:
SourceLang
text
Link copied to clipboard
val
text
:
String