tencent cloud

Chat

製品の説明
製品の概要
Basic Concepts
ユースケース
機能概要
アカウントシステム
ユーザープロフィールとリレーションシップチェーン
メッセージ管理
グループシステム
Official Account
Audio/Video Call
使用制限
購入ガイド
課金概要
価格説明
Purchase Instructions
Renewal Guide
支払い延滞説明
Refund Policy
ダウンロードセンター
SDK & Demo ソースコード
更新ログ
シナリオプラン
Live Streaming Setup Guide
AI Chatbot
極めて大規模なエンターテインメントコラボレーションコミュニティ
Discord実装ガイド
ゲーム内IM統合ガイド
WhatsApp Channel-style Official Account Integration Solution
Send Red Packet
Firewall Restrictions
クライアントAPIs
SDK API(Web)
Android
iOS & macOS
Swift
Flutter
SDK API(Electron)
SDK APIs (Unity)
SDK API(React Native)
C APIs
C++
サービス側 APIs
UserSigの生成
RESTful APIs
Webhooks
コンソールガイド
New Console Introduction
アプリケーションの作成とアップグレード
基本設定
機能設定
アカウント管理
グループ管理
Official Channel Management
コールバック設定
監視ダッシュボード
Viewing Guide for Resource Packages
Real-Time Monitor
補助ツールの開発
アクセス管理
Advanced Features
よくあるご質問
uni-app FAQs
 購入に関する質問
SDKに関する質問
アカウント認証に関する質問
ユーザープロファイルとリレーションシップチェーンに関する質問
メッセージに関する質問
グループに関する質問
ライブ配信グループに関する質問
ニックネームプロフィール画像に関連した問題
一般的なリファレンス
Service Level Agreement
セキュリティコンプライアンス認証
IM ポリシー
プライバシーポリシー
データプライバシーとセキュリティ契約
エラーコード
お問い合わせ

Flutter

フォーカスモード
フォントサイズ
最終更新日: 2025-03-20 16:39:13

Description

Search functionality is seamlessly integrated into UIKit, enabling users to swiftly locate desired information from vast amounts of complex data, such as chat history, contacts, and groups. This feature can also serve as an operational tool for effortless and efficient navigation through extensive content.
The TencentCloudChatSearch component, which works in conjunction with Chat UIKit, delivers this functionality. To utilize it, simply integrate TencentCloudChatSearch into your project.
This component offers two search modes: global search and in-chat search. These modes allow users to search data on a global scale or within a specific conversation, catering to diverse search requirements.
Note:
The "Local Search" feature is only available on the Pro edition 、Pro Plus edition or Enterprise edition of Tencent Cloud Chat. To use this feature, purchase the Pro edition 、Pro Plus edition or Enterprise edition. For more information, see Pricing.

Effect Display

Global Search:
Mobile
Desktop
Without the translation plugin integrated, the Translate button is not displayed.
With the translation plugin integrated, the Translate button is displayed.
Text message translation effect







Without the translation plugin integrated, the Translate button is not displayed.
With the translation plugin integrated, the Translate button is displayed.
Text message translation effect











Feature Overview

Integrating Plugins

Starting from version 1.4.1, the translation feature is provided by the plugin tencent_cloud_chat_text_translate .
If you do not need the translation feature, simply do not integrate the plugin. The Translate button will not be displayed when you long press a text message.
If you need the translation feature, you must integrate tencent_cloud_chat_message and tencent_cloud_chat_text_translate. The Translate button will be displayed automatically when you long press a text message.
After tencent_cloud_chat_text_translate is integrated, you can also set the target language for translation. The default target language is the current language used by UIKit.
Note:
tencent_cloud_chat_text_translate is dependent on tencent_cloud_chat_message and cannot be integrated individually.
Only text messages and text type of quotes or replies are supported. Image, voice, video, file, emoji, and custom messages are not supported for translation.
Not all source languages can be translated into the set target language. For example, English can be translated into Hindi, but Chinese cannot be translated into Hindi. For translation languages supported currently, refer to Supported Text Translation Languages. If translation fails, consult this document to change the source or target language.

Usage

First, install the tencent_cloud_chat_text_translate plugin:
flutter pub add tencent_cloud_chat_text_translate
To enable the plugin, add the following code to the plugins list in initUIKit:
TencentCloudChatPluginItem( name: "textTranslate", pluginInstance: TencentCloudChatTextTranslate(), ),

Contact Us

If you have any questions about this feature, feel free to join the Telegram Technical Group, and obtain reliable technical support from it.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック