Video SDK for Linux API Reference
Loading...
Searching...
No Matches
ILiveTranscriptionMessageInfo Class Referenceabstract

live transcription message interface. More...

#include <zoom_video_sdk_livetranscription_helper_interface.h>

Public Member Functions

virtual const zchar_tgetMessageID ()=0
 Get the message ID of the current message.
 
virtual const zchar_tgetSpeakerID ()=0
 Get the speaker's ID.
 
virtual const zchar_tgetSpeakerName ()=0
 Get the speaker's name.
 
virtual const zchar_tgetMessageContent ()=0
 Get the content of the current message.
 
virtual time_t getTimeStamp ()=0
 Get the timestamp of the current message.
 
virtual ZoomVideoSDKLiveTranscriptionOperationType getMessageType ()=0
 Get the type of the current message.
 
virtual ~ILiveTranscriptionMessageInfo ()
 

Detailed Description

live transcription message interface.

Definition at line 53 of file zoom_video_sdk_livetranscription_helper_interface.h.

Constructor & Destructor Documentation

◆ ~ILiveTranscriptionMessageInfo()

virtual ILiveTranscriptionMessageInfo::~ILiveTranscriptionMessageInfo ( )
inlinevirtual

Definition at line 81 of file zoom_video_sdk_livetranscription_helper_interface.h.

81{};

Member Function Documentation

◆ getMessageContent()

virtual const zchar_t * ILiveTranscriptionMessageInfo::getMessageContent ( )
pure virtual

Get the content of the current message.

Returns
The current message's content.

◆ getMessageID()

virtual const zchar_t * ILiveTranscriptionMessageInfo::getMessageID ( )
pure virtual

Get the message ID of the current message.

Returns
If the function succeeds, the return value is the message ID of the current message. Otherwise it fails, and the return value is the string of length zero(0)

◆ getMessageType()

virtual ZoomVideoSDKLiveTranscriptionOperationType ILiveTranscriptionMessageInfo::getMessageType ( )
pure virtual

Get the type of the current message.

Returns
The current message's type.

◆ getSpeakerID()

virtual const zchar_t * ILiveTranscriptionMessageInfo::getSpeakerID ( )
pure virtual

Get the speaker's ID.

Returns
The user object's speaker ID.

◆ getSpeakerName()

virtual const zchar_t * ILiveTranscriptionMessageInfo::getSpeakerName ( )
pure virtual

Get the speaker's name.

Returns
The user object's speaker name.

◆ getTimeStamp()

virtual time_t ILiveTranscriptionMessageInfo::getTimeStamp ( )
pure virtual

Get the timestamp of the current message.

Returns
The current message's timestamp.