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
 message id of transcription message.
 
NSString *_Nullable speakerID
 speaker id of transcription message.
 
NSString *_Nullable speakerName
 speak name of transcription message.
 
NSString *_Nullable messageContent
 message content of transcription message.
 
NSInteger timeStamp
 time stamp of transcription message.
 
ZoomVideoSDKLiveTranscriptionOperationType messageType
 message tpye of transcription message.
 

Detailed Description

Represents a single message information of live transcription.

Definition at line 33 of file ZoomVideoSDKLiveTranscriptionHelper.h.

Property Documentation

◆ messageContent

- (NSString* _Nullable) messageContent
readwritenonatomiccopy

message content of transcription message.

Definition at line 49 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageID

- (NSString* _Nullable) messageID
readwritenonatomiccopy

message id of transcription message.

Definition at line 37 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ messageType

- (ZoomVideoSDKLiveTranscriptionOperationType) messageType
readwritenonatomicassign

message tpye of transcription message.

Definition at line 57 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerID

- (NSString* _Nullable) speakerID
readwritenonatomiccopy

speaker id of transcription message.

Definition at line 41 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ speakerName

- (NSString* _Nullable) speakerName
readwritenonatomiccopy

speak name of transcription message.

Definition at line 45 of file ZoomVideoSDKLiveTranscriptionHelper.h.

◆ timeStamp

- (NSInteger) timeStamp
readwritenonatomicassign

time stamp of transcription message.

Definition at line 53 of file ZoomVideoSDKLiveTranscriptionHelper.h.