Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-messaging
/
org.meshtastic.feature.messaging.translation
/
TranslationResult
/
Success
Success
data
class
Success
(
val
translatedText
:
String
)
:
TranslationResult
(
source
)
Translation succeeded.
translatedText
contains the message text in the target locale.
Members
Constructors
Success
Link copied to clipboard
constructor
(
translatedText
:
String
)
Properties
translated
Text
Link copied to clipboard
val
translatedText
:
String