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 13 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Message content of transcription message.
Definition at line 29 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Message id of transcription message.
Definition at line 17 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Message tpye of transcription message.
Definition at line 37 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Speaker id of transcription message.
Definition at line 21 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
Speak name of transcription message.
Definition at line 25 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
Time stamp of transcription message.
Definition at line 33 of file MobileRTCMeetingService+LiveTranscription.h.