tencent_cloud_chat_text_translate 4.1.0+2 copy "tencent_cloud_chat_text_translate: ^4.1.0+2" to clipboard
tencent_cloud_chat_text_translate: ^4.1.0+2 copied to clipboard

Message Translation Plugin for Tencent Cloud Chat.

Features #

This is a Message Translation Plugin for Tencent Cloud Chat.

Getting Started #

To use this plugin, add the following code to the plugins array in initUIKit:

TencentCloudChatPluginItem(
  name: "textTranslate",
  pluginInstance: TencentCloudChatTextTranslate()
),

This will enable the use of the Message Translation Plugin in your application.