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