20 ZoomVideoSDKLiveTranscription_Status_Start
38 ZoomVideoSDKLiveTranscription_OperationType_NotSupported
Enumerates the types of operations related to live transcription.
ZoomVideoSDKLiveTranscription_OperationType_Delete
ZoomVideoSDKLiveTranscription_OperationType_Add
ZoomVideoSDKLiveTranscription_OperationType_None
ZoomVideoSDKLiveTranscription_OperationType_Complete
ZoomVideoSDKLiveTranscription_OperationType_Update
Enumerates the status of live transcription.
ZoomVideoSDKLiveTranscription_Status_Stop
The live transcription language interface is used to retrieve the ID and name of the language....
String getLTTLanguageName()
live transcription message interface.
String getMessageContent()
ZoomVideoSDKLiveTranscriptionOperationType getMessageType()
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.