message_input/voice_to_text_manager library
Classes
- VoiceToTextFailure
- Conversion failed (upload error, convert error, empty result, or timeout).
- VoiceToTextManager
- Stateless manager: build once, call convert on demand.
- VoiceToTextResult
- Result of a voice-to-text conversion.
- VoiceToTextSuccess
- Conversion succeeded with non-empty text.
Typedefs
-
CallExperimentalApi
= Future<
V2TimValueCallback> Function({required String api, required Map<String, dynamic> param}) -
Function signature compatible with
TencentImSDKPlugin.v2TIMManager.callExperimentalAPI. Injectable for tests.