6#import <Foundation/Foundation.h>
17@property(nonatomic, assign, readonly) NSInteger
languageID;
22@property(nonatomic, copy, readonly) NSString * _Nullable
languageName;
34@property (nonatomic, copy)NSString * _Nullable messageID;
38@property (nonatomic, copy)NSString * _Nullable speakerID;
42@property (nonatomic, copy)NSString * _Nullable speakerName;
46@property (nonatomic, copy)NSString * _Nullable messageContent;
50@property (nonatomic, assign)NSInteger timeStamp;
68- (BOOL)canStartLiveTranscription;
118- (BOOL)isAllowViewFullTranscriptEnable;
130- (BOOL)isReceiveSpokenLanguageContentEnabled;
ZoomVideoSDKLiveTranscriptionOperationType
Enumeration of live transcription operation types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
ZoomVideoSDKLiveTranscriptionStatus
Enumeration of the live transcription status.
Provides methods for controlling and interacting with live transcription.
Represents a language used in live transcription.
NSInteger languageID
Gets the language ID of transcription language.
NSString *_Nullable languageName
Gets the localized language name of transcription language.
Represents a single message information of live transcription.