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