|
Meeting SDK for iOS API Reference
|
Interface representing a live transcription message. More...
#include <MobileRTCMeetingService+LiveTranscription.h>
Inherits NSObject.
Properties | |
| NSString *_Nonnull | messageID |
| The message ID of the transcription message. | |
| NSInteger | speakerID |
| The speaker ID of the transcription message. | |
| NSString *_Nullable | speakerName |
| The speaker name of the transcription message. | |
| NSString *_Nullable | messageContent |
| The message content of the transcription message. | |
| NSInteger | timeStamp |
| The timestamp of the transcription message. | |
| MobileRTCLiveTranscriptionOperationType | messageType |
| The message type of the transcription message. | |
Interface representing a live transcription message.
Definition at line 13 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
The message content of the transcription message.
Definition at line 29 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
The message ID of the transcription message.
Definition at line 17 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
The message type of the transcription message.
Definition at line 37 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
The speaker ID of the transcription message.
Definition at line 21 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomiccopy |
The speaker name of the transcription message.
Definition at line 25 of file MobileRTCMeetingService+LiveTranscription.h.
|
readwritenonatomicassign |
The timestamp of the transcription message.
Definition at line 33 of file MobileRTCMeetingService+LiveTranscription.h.