|
Video SDK for iOS API 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. | |
Represents a single message information of live transcription.
Definition at line 30 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomiccopy |
Gets the message content of transcription message.
Definition at line 46 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomiccopy |
Gets the message ID of transcription message.
Definition at line 34 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomicassign |
Gets the message type of transcription message.
Definition at line 54 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomiccopy |
Gets the speaker ID of transcription message.
Definition at line 38 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomiccopy |
Gets the speaker name of transcription message.
Definition at line 42 of file ZoomVideoSDKLiveTranscriptionHelper.h.
|
readwritenonatomicassign |
Gets the timestamp of transcription message.
Definition at line 50 of file ZoomVideoSDKLiveTranscriptionHelper.h.