|
Meeting SDK for macOS API Reference
|
Interface representing a live transcription message. More...
#include <ZoomSDKCloseCaptionController.h>
Inherits NSObject.
Properties | |
| NSString * | messageID |
| Get the message ID of the current message. | |
| unsigned int | 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. | |
| ZoomSDKLiveTranscriptionOperationType | messageType |
| Get the type of the current message. | |
Interface representing a live transcription message.
Definition at line 64 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the content of the current message.
Definition at line 83 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the message ID of the current message.
Definition at line 68 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the type of the current message.
Definition at line 93 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the speaker's ID.
Definition at line 73 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the speaker's name.
Definition at line 78 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the time stamp of the current message.
Definition at line 88 of file ZoomSDKCloseCaptionController.h.