9#import <Foundation/Foundation.h>
20@property(nonatomic, assign, readonly) NSInteger
languageID;
25@property(nonatomic, copy, readonly) NSString * _Nullable
languageName;
37@property (nonatomic, copy)NSString * _Nullable messageID;
41@property (nonatomic, copy)NSString * _Nullable speakerID;
45@property (nonatomic, copy)NSString * _Nullable speakerName;
49@property (nonatomic, copy)NSString * _Nullable messageContent;
53@property (nonatomic, assign)NSInteger timeStamp;
70- (BOOL)canStartLiveTranscription;
118- (BOOL)isAllowViewFullTranscriptEnable;
131- (BOOL)isReceiveSpokenLanguageContentEnabled;
ZoomVideoSDKLiveTranscriptionOperationType
Enumerates the types of operations related to live transcription.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
ZoomVideoSDKLiveTranscriptionStatus
Enumerates the status of live transcription.
Provides methods for controlling and interacting with live transcription.
Represents a language used in live transcription.
NSInteger languageID
language id of transcription language.
NSString *_Nullable languageName
localized language name of transcription language.
Represents a single message information of live transcription.