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
Live transcription language interface for retrieving the ID and name of the language....
String getLTTLanguageName()
Gets the language name.
int getLTTLanguageID()
Gets the language ID.
Live transcription message interface.
long getTimeStamp()
Gets the timestamp of the current message.
String getMessageContent()
Gets the content of the current message.
String getSpeakerID()
Gets the speaker's ID.
String getMessageID()
Gets the message ID of the current message.
String getSpeakerName()
Gets the speaker's name.
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.