Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKLiveTranscriptionMessageInfo Class Reference

#include <ZoomVideoSDKLiveTranscriptionHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable messageID
 message id of transcription message
 
NSString *_Nullable speakerID
 speaker id of transcription message
 
NSString *_Nullable speakerName
 speak name of transcription message
 
NSString *_Nullable messageContent
 message content of transcription message
 
NSInteger timeStamp
 time stamp of transcription message
 
ZoomVideoSDKLiveTranscriptionOperationType messageType
 message tpye of transcription message
 

Detailed Description

Definition at line 26 of file ZoomVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ messageContent

- (NSString* _Nullable) messageContent
readwritenonatomiccopy

message content of transcription message

Definition at line 42 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageID

- (NSString* _Nullable) messageID
readwritenonatomiccopy

message id of transcription message

Definition at line 30 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageType

- (ZoomVideoSDKLiveTranscriptionOperationType) messageType
readwritenonatomicassign

message tpye of transcription message

Definition at line 50 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerID

- (NSString* _Nullable) speakerID
readwritenonatomiccopy

speaker id of transcription message

Definition at line 34 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerName

- (NSString* _Nullable) speakerName
readwritenonatomiccopy

speak name of transcription message

Definition at line 38 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ timeStamp

- (NSInteger) timeStamp
readwritenonatomicassign

time stamp of transcription message

Definition at line 46 of file ZoomVideoSDKLiveTranscriptionHelper.h.