Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_livetranscription_helper_interface.h File Reference

Go to the source code of this file.

Data Structures

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...
 

Enumeration Type Documentation

◆ ZoomVideoSDKLiveTranscriptionOperationType

Enumerations of the type for live transcription operation type.

Enumerator
ZoomVideoSDKLiveTranscription_OperationType_None 
ZoomVideoSDKLiveTranscription_OperationType_Add 
ZoomVideoSDKLiveTranscription_OperationType_Update 
ZoomVideoSDKLiveTranscription_OperationType_Delete 
ZoomVideoSDKLiveTranscription_OperationType_Complete 
ZoomVideoSDKLiveTranscription_OperationType_NotSupported 

Definition at line 25 of file zoom_video_sdk_livetranscription_helper_interface.h.

26{
ZoomVideoSDKLiveTranscriptionOperationType
Enumerations of the type for live transcription operation type.

◆ ZoomVideoSDKLiveTranscriptionStatus

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.