Translates the content of text messages. The translation result will be delivered via TranslateHandlerParams.onTranslationCompleted.
The translation request parameters (list of TranslateMessageParam)
A promise resolving to the operation result
Translates raw text strings. The translation result will be delivered via TranslateHandlerParams.onTranslationCompleted.
The text translation request parameters
A promise resolving to the operation result
Sets the target language for translations (user-level setting).
The target language code (e.g. 'en', 'zh', 'ja')
A promise resolving to the operation result
Gets the current target language for translations.
A promise resolving to the target language code
Enables or disables auto-translate (user-level setting).
Whether to enable auto-translate
A promise resolving to the operation result
Gets the current auto-translate enabled state.
A promise resolving to whether auto-translate is enabled
Sets the translate strategy for one or more channels.
The channel identifiers to configure
The translate strategy to apply
A promise resolving to the operation result
Module for message and text translation features. Access via NCEngine.translateModule.