Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKLiveTranscriptionMessageInfo Class 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.
 

Detailed Description

Interface representing a live transcription message.

Definition at line 64 of file ZoomSDKCloseCaptionController.h.

Property Documentation

◆ messageContent

- (NSString*) messageContent
readnonatomiccopy

Get the content of the current message.

Definition at line 83 of file ZoomSDKCloseCaptionController.h.

◆ messageID

- (NSString*) messageID
readnonatomiccopy

Get the message ID of the current message.

Definition at line 68 of file ZoomSDKCloseCaptionController.h.

◆ messageType

- (ZoomSDKLiveTranscriptionOperationType) messageType
readnonatomicassign

Get the type of the current message.

Definition at line 93 of file ZoomSDKCloseCaptionController.h.

◆ speakerID

- (unsigned int) speakerID
readnonatomicassign

Get the speaker's ID.

Definition at line 73 of file ZoomSDKCloseCaptionController.h.

◆ speakerName

- (NSString*) speakerName
readnonatomiccopy

Get the speaker's name.

Definition at line 78 of file ZoomSDKCloseCaptionController.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

Get the time stamp of the current message.

Definition at line 88 of file ZoomSDKCloseCaptionController.h.