Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKLiveTranscriptionMessageInfo Class Reference

Represents a single message information of live transcription. More...

#include <ZMVideoSDKLiveTranscriptionHelper.h>

Inherits NSObject.

Properties

NSString * messageID
 Get the message ID of the current message.
 
NSString * speakerID
 Get the speaker's ID.
 
NSString * speakerName
 Get the speaker's name.
 
NSString * messageContent
 Get the content of the current message.
 
time_t timeStamp
 Get the time stamp of the current message.
 
ZMVideoSDKLiveTranscriptionOperationType messageType
 Get the type of the current message.
 

Detailed Description

Represents a single message information of live transcription.

Definition at line 35 of file ZMVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ messageContent

- (NSString*) messageContent
readnonatomiccopy

Get the content of the current message.

Definition at line 54 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ messageID

- (NSString*) messageID
readnonatomiccopy

Get the message ID of the current message.

Definition at line 39 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ messageType

- (ZMVideoSDKLiveTranscriptionOperationType) messageType
readnonatomicassign

Get the type of the current message.

Definition at line 64 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ speakerID

- (NSString*) speakerID
readnonatomiccopy

Get the speaker's ID.

Definition at line 44 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ speakerName

- (NSString*) speakerName
readnonatomiccopy

Get the speaker's name.

Definition at line 49 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

Get the time stamp of the current message.

Definition at line 59 of file ZMVideoSDKLiveTranscriptionHelper.h.