Video SDK for Linux API Reference
|
Go to the source code of this file.
Classes | |
class | ILiveTranscriptionLanguage |
live transcription language interface. More... | |
class | ILiveTranscriptionMessageInfo |
live transcription message interface. More... | |
class | IZoomVideoSDKLiveTranscriptionHelper |
live transcription helper interface. More... | |
Enumerations | |
enum | ZoomVideoSDKLiveTranscriptionStatus { ZoomVideoSDKLiveTranscription_Status_Stop = 0 , ZoomVideoSDKLiveTranscription_Status_Start = 1 } |
Enumerations of the type for live transcription status. More... | |
enum | ZoomVideoSDKLiveTranscriptionOperationType { ZoomVideoSDKLiveTranscription_OperationType_None = 0 , ZoomVideoSDKLiveTranscription_OperationType_Add , ZoomVideoSDKLiveTranscription_OperationType_Update , ZoomVideoSDKLiveTranscription_OperationType_Delete , ZoomVideoSDKLiveTranscription_OperationType_Complete , ZoomVideoSDKLiveTranscription_OperationType_NotSupported } |
Enumerations of the type for live transcription operation type. More... | |
Enumerations of the type for live transcription operation type.
Definition at line 25 of file zoom_video_sdk_livetranscription_helper_interface.h.
Enumerations of the type for live transcription status.
Enumerator | |
---|---|
ZoomVideoSDKLiveTranscription_Status_Stop | not start |
ZoomVideoSDKLiveTranscription_Status_Start | start |
Definition at line 16 of file zoom_video_sdk_livetranscription_helper_interface.h.