Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveTranscriptionHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
18
20 ZoomVideoSDKLiveTranscription_Status_Start
21 }
22
40
50
92
100
108
120
130
137 List<ILiveTranscriptionLanguage> getAvailableSpokenLanguages();
138
149 int setSpokenLanguage(int languageID);
150
157
164 List<ILiveTranscriptionLanguage> getAvailableTranslationLanguages();
165
176 int setTranslationLanguage(int languageID);
177
184
193
200
206
212 List<ILiveTranscriptionMessageInfo> getHistoryTranslationMessageList();
213}
The live transcription language interface is used to retrieve the ID and name of the language....
Live transcription interface. Zoom Video SDK supports live transcription (an additional add-on servic...
int setTranslationLanguage(int languageID)
Set the translation language of the current user. This allows captions to be generated and translated...
boolean isAllowViewHistoryTranslationMessageEnabled()
Determine whether the view history translation message is available.
ZoomVideoSDKLiveTranscriptionStatus getLiveTranscriptionStatus()
Get the current live transcription status to see if it has started or stopped. The default status is ...
ILiveTranscriptionLanguage getTranslationLanguage()
Get the translation language of the current user.
List< ILiveTranscriptionLanguage > getAvailableSpokenLanguages()
Get a list of all available spoken languages during the session.
int startLiveTranscription()
Start live transcription. Users can start live transcription if the session allows multi-language tra...
boolean canStartLiveTranscription()
Determine whether the user can start live transcription. The live transcription service is an add-on,...
List< ILiveTranscriptionMessageInfo > getHistoryTranslationMessageList()
Get the list of all history translation messages in a session.
ILiveTranscriptionLanguage getSpokenLanguage()
Get the spoken language of the current user.
boolean isReceiveSpokenLanguageContentEnabled()
Determine whether the feature to receive original and translated is available.
int stopLiveTranscription()
Stop live transcription. Users can stop live transcription (if it has already begun) if the session a...
int setSpokenLanguage(int languageID)
Set the spoken language of the current user. This allows captions to be captured accurately from the ...
int enableReceiveSpokenLanguageContent(boolean bEnable)
Enable or disable to receive original and translated content.If you enable this feature,...
List< ILiveTranscriptionLanguage > getAvailableTranslationLanguages()
Get the list of all available translation languages in a session.