Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKLiveTranscriptionMessageInfo Class Reference

Live transcription message interface. 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

Live transcription message interface.

Definition at line 49 of file ZoomSDKCloseCaptionController.h.

Property Documentation

◆ messageContent

- (NSString*) messageContent
readnonatomiccopy

Get the content of the current message.

Definition at line 68 of file ZoomSDKCloseCaptionController.h.

◆ messageID

- (NSString*) messageID
readnonatomiccopy

Get the message ID of the current message.

Definition at line 53 of file ZoomSDKCloseCaptionController.h.

◆ messageType

- (ZoomSDKLiveTranscriptionOperationType) messageType
readnonatomicassign

Get the type of the current message.

Definition at line 78 of file ZoomSDKCloseCaptionController.h.

◆ speakerID

- (unsigned int) speakerID
readnonatomicassign

Get the speaker's ID.

Definition at line 58 of file ZoomSDKCloseCaptionController.h.

◆ speakerName

- (NSString*) speakerName
readnonatomiccopy

Get the speaker's name.

Definition at line 63 of file ZoomSDKCloseCaptionController.h.

◆ timeStamp

- (time_t) timeStamp
readnonatomicassign

Get the time stamp of the current message.

Definition at line 73 of file ZoomSDKCloseCaptionController.h.