getAITranscriberManager method
Get AI Transcriber Manager
This API returns the AITranscriberManager singleton for managing real-time transcription and translation features.
Before using AI transcription:
- Go to "Console -> Feature Configuration -> Value-Added Features" to enable AI intelligent recognition features (speech-to-text, real-time translation).
- See documentation for details.
Return Description:
- AITranscriberManager singleton instance
Implementation
@override
AITranscriberManager getAITranscriberManager() {
TRTCLog(_tag, "getAITranscriberManager");
return AITranscriberManagerImpl();
}