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
 Gets the message ID of the current message.
 
NSString * speakerID
 Gets the speaker's ID.
 
NSString * speakerName
 Gets the speaker's name.
 
NSString * messageContent
 Gets the current message's content.
 
time_t timeStamp
 Gets the time stamp of the current message.
 
ZMVideoSDKLiveTranscriptionOperationType messageType
 Gets the current message's type.
 

Detailed Description

Represents a single message information of live transcription.

Definition at line 35 of file ZMVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ messageContent

- (NSString*) messageContent
readnonatomiccopy

Gets the current message's content.

Definition at line 54 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ messageID

- (NSString*) messageID
readnonatomiccopy

Gets the message ID of the current message.

Definition at line 39 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ messageType

- (ZMVideoSDKLiveTranscriptionOperationType) messageType
readnonatomicassign

Gets the current message's type.

Definition at line 64 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ speakerID

- (NSString*) speakerID
readnonatomiccopy

Gets the speaker's ID.

Definition at line 44 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ speakerName

- (NSString*) speakerName
readnonatomiccopy

Gets the speaker's name.

Definition at line 49 of file ZMVideoSDKLiveTranscriptionHelper.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

Gets the time stamp of the current message.

Definition at line 59 of file ZMVideoSDKLiveTranscriptionHelper.h.