Meeting SDK for iOS API Reference
|
Interface representing a live transcription message. More...
#include <MobileRTCMeetingService+LiveTranscription.h>
Inherits NSObject.
Properties | |
NSString *_Nonnull | messageID |
Message id of transcription message. | |
NSInteger | 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. | |
MobileRTCLiveTranscriptionOperationType | messageType |
Message tpye of transcription message. | |
Interface representing a live transcription message.
Definition at line 16 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Message content of transcription message.
Definition at line 32 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Message id of transcription message.
Definition at line 20 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Message tpye of transcription message.
Definition at line 40 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Speaker id of transcription message.
Definition at line 24 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Speak name of transcription message.
Definition at line 28 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Time stamp of transcription message.
Definition at line 36 of file MobileRTCMeetingService+LiveTranscription.h.