Video SDK for Windows API Reference
|
live transcription helper interface. More...
#include <zoom_video_sdk_livetranscription_helper_interface.h>
Public Member Functions | |
virtual bool | canStartLiveTranscription ()=0 |
Query if the user can start live transcription. | |
virtual ZoomVideoSDKErrors | getLiveTranscriptionStatus (ZoomVideoSDKLiveTranscriptionStatus &status)=0 |
Get the current live transcription status. | |
virtual ZoomVideoSDKErrors | startLiveTranscription ()=0 |
Start live transcription. \If the session allows multi-language transcription,all users can start live transcription. | |
virtual ZoomVideoSDKErrors | stopLiveTranscription ()=0 |
Stop live transcription. \If the session allows multi-language transcription,all users can stop live transcription. | |
virtual IVideoSDKVector< ILiveTranscriptionLanguage * > * | getAvailableSpokenLanguages ()=0 |
Get the list of all available spoken languages in session. | |
virtual ZoomVideoSDKErrors | setSpokenLanguage (int languageID)=0 |
Set the spoken language of the current user. | |
virtual ILiveTranscriptionLanguage * | getSpokenLanguage ()=0 |
Get the spoken language of the current user. | |
virtual IVideoSDKVector< ILiveTranscriptionLanguage * > * | getAvailableTranslationLanguages ()=0 |
Get the list of all available translation languages in a session. | |
virtual ZoomVideoSDKErrors | setTranslationLanguage (int languageID)=0 |
Set the translation language of the current user. | |
virtual ILiveTranscriptionLanguage * | getTranslationLanguage ()=0 |
Get the translation language of the current user. | |
virtual ZoomVideoSDKErrors | enableReceiveSpokenLanguageContent (bool bEnable)=0 |
Enable or disable to receive original and translated content.If you enable this feature,you must start live transcription. | |
virtual bool | isReceiveSpokenLanguageContentEnabled ()=0 |
Determine whether the feature to receive original and translated is available. | |
virtual bool | isAllowViewHistoryTranslationMessageEnabled ()=0 |
Determine whether the view history translation message is available. | |
virtual IVideoSDKVector< ILiveTranscriptionMessageInfo * > * | getHistoryTranslationMessageList ()=0 |
Get the list of all history translation messages in a session. | |
live transcription helper interface.
Definition at line 85 of file zoom_video_sdk_livetranscription_helper_interface.h.
|
pure virtual |
Query if the user can start live transcription.
|
pure virtual |
Enable or disable to receive original and translated content.If you enable this feature,you must start live transcription.
bEnable | True to enable the temporal de-noise of video or false to disable it. |
|
pure virtual |
Get the list of all available spoken languages in session.
|
pure virtual |
Get the list of all available translation languages in a session.
|
pure virtual |
Get the list of all history translation messages in a session.
|
pure virtual |
Get the current live transcription status.
[out] | status | The current live transcription status. For more details, see ZoomVideoSDKLiveTranscriptionStatus. |
|
pure virtual |
Get the spoken language of the current user.
|
pure virtual |
Get the translation language of the current user.
|
pure virtual |
Determine whether the view history translation message is available.
|
pure virtual |
Determine whether the feature to receive original and translated is available.
|
pure virtual |
Set the spoken language of the current user.
languageID | The spoken language ID. |
|
pure virtual |
Set the translation language of the current user.
languageID | The translation language ID. If the language id is set to -1, live translation will be disabled. |
|
pure virtual |
Start live transcription. \If the session allows multi-language transcription,all users can start live transcription.
|
pure virtual |
Stop live transcription. \If the session allows multi-language transcription,all users can stop live transcription.