Video SDK for MacOS API 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. | |
Represents a single message information of live transcription.
Definition at line 35 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomiccopy |
Get the content of the current message.
Definition at line 54 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomiccopy |
Get the message ID of the current message.
Definition at line 39 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomicassign |
Get the type of the current message.
Definition at line 64 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomiccopy |
Get the speaker's ID.
Definition at line 44 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomiccopy |
Get the speaker's name.
Definition at line 49 of file ZMVideoSDKLiveTranscriptionHelper.h.
|
readnonatomicassign |
Get the time stamp of the current message.
Definition at line 59 of file ZMVideoSDKLiveTranscriptionHelper.h.