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
 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.
 

Detailed Description

Interface representing a live transcription message.

Definition at line 64 of file ZoomSDKCloseCaptionController.h.

Property Documentation

◆ messageContent

- (NSString*) messageContent
readnonatomiccopy

Gets the current message's content.

Definition at line 83 of file ZoomSDKCloseCaptionController.h.

◆ messageID

- (NSString*) messageID
readnonatomiccopy

Gets the message ID of the current message.

Definition at line 68 of file ZoomSDKCloseCaptionController.h.

◆ messageType

- (ZoomSDKLiveTranscriptionOperationType) messageType
readnonatomicassign

Gets the current message's type.

Definition at line 93 of file ZoomSDKCloseCaptionController.h.

◆ speakerID

- (unsigned int) speakerID
readnonatomicassign

Gets the speaker's ID.

Definition at line 73 of file ZoomSDKCloseCaptionController.h.

◆ speakerName

- (NSString*) speakerName
readnonatomiccopy

Gets the speaker's name.

Definition at line 78 of file ZoomSDKCloseCaptionController.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

Gets the time stamp of the current message.

Definition at line 88 of file ZoomSDKCloseCaptionController.h.