Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveTranscriptionMessageInfo Class Reference

Represents a single message information of live transcription. More...

#include <ZoomVideoSDKLiveTranscriptionHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable messageID
 Gets the message ID of transcription message.
 
NSString *_Nullable speakerID
 Gets the speaker ID of transcription message.
 
NSString *_Nullable speakerName
 Gets the speaker name of transcription message.
 
NSString *_Nullable messageContent
 Gets the message content of transcription message.
 
NSInteger timeStamp
 Gets the timestamp of transcription message.
 
ZoomVideoSDKLiveTranscriptionOperationType messageType
 Gets the message type of transcription message.
 

Detailed Description

Represents a single message information of live transcription.

Definition at line 30 of file ZoomVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ messageContent

- (NSString* _Nullable) messageContent
readwritenonatomiccopy

Gets the message content of transcription message.

Definition at line 46 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageID

- (NSString* _Nullable) messageID
readwritenonatomiccopy

Gets the message ID of transcription message.

Definition at line 34 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageType

- (ZoomVideoSDKLiveTranscriptionOperationType) messageType
readwritenonatomicassign

Gets the message type of transcription message.

Definition at line 54 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerID

- (NSString* _Nullable) speakerID
readwritenonatomiccopy

Gets the speaker ID of transcription message.

Definition at line 38 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerName

- (NSString* _Nullable) speakerName
readwritenonatomiccopy

Gets the speaker name of transcription message.

Definition at line 42 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ timeStamp

- (NSInteger) timeStamp
readwritenonatomicassign

Gets the timestamp of transcription message.

Definition at line 50 of file ZoomVideoSDKLiveTranscriptionHelper.h.