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
58
99
106
113
123
131
136 List<ILiveTranscriptionLanguage> getAvailableSpokenLanguages();
137
146 int setSpokenLanguage(int languageID);
147
153
158 List<ILiveTranscriptionLanguage> getAvailableTranslationLanguages();
159
168 int setTranslationLanguage(int languageID);
169
175
182
188
194
199 List<ILiveTranscriptionMessageInfo> getHistoryTranslationMessageList();
200}
Live transcription language interface for retrieving the ID and name of the language....
long getTimeStamp()
Gets the timestamp of the current message.
String getMessageContent()
Gets the content of the current message.
String getMessageID()
Gets the message ID of the current message.
ZoomVideoSDKLiveTranscriptionOperationType getMessageType()
Gets the type of the current message.
Live transcription interface. Zoom Video SDK supports live transcription (an additional add-on servic...
int setTranslationLanguage(int languageID)
Sets the translation language of the current user. This allows captions to be generated and translate...
boolean isAllowViewHistoryTranslationMessageEnabled()
Determines whether the view history translation message is available.
ZoomVideoSDKLiveTranscriptionStatus getLiveTranscriptionStatus()
Gets the current live transcription status to see if it has started or stopped. The default status is...
ILiveTranscriptionLanguage getTranslationLanguage()
Gets the translation language of the current user.
List< ILiveTranscriptionLanguage > getAvailableSpokenLanguages()
Gets a list of all available spoken languages during the session.
int startLiveTranscription()
Starts live transcription. Users can start live transcription if the session allows multi-language tr...
boolean canStartLiveTranscription()
Determines whether the user can start live transcription. The live transcription service is an add-on...
List< ILiveTranscriptionMessageInfo > getHistoryTranslationMessageList()
Gets the list of all history translation messages in a session.
ILiveTranscriptionLanguage getSpokenLanguage()
Gets the spoken language of the current user.
boolean isReceiveSpokenLanguageContentEnabled()
Determines whether the feature to receive original and translated is available.
int stopLiveTranscription()
Stops live transcription. Users can stop live transcription (if it has already begun) if the session ...
int setSpokenLanguage(int languageID)
Sets the spoken language of the current user. This allows captions to be captured accurately from the...
int enableReceiveSpokenLanguageContent(boolean bEnable)
Enables or disables receiving original and translated content. If you enable this feature,...
List< ILiveTranscriptionLanguage > getAvailableTranslationLanguages()
Gets the list of all available translation languages in a session.