Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ILiveTranscriptionMessageInfo Class Referenceabstract

live transcription message interface. More...

#include <meeting_closedcaption_interface.h>

Public Member Functions

virtual const zchar_tGetMessageID ()=0
 Gets the message ID of the current message.
 
virtual unsigned int GetSpeakerID ()=0
 Gets the speaker's ID.
 
virtual const zchar_tGetSpeakerName ()=0
 Gets the speaker's name.
 
virtual const zchar_tGetMessageContent ()=0
 Gets the content of the current message.
 
virtual time_t GetTimeStamp ()=0
 Gets the timestamp of the current message.
 
virtual SDKLiveTranscriptionOperationType GetMessageOperationType ()=0
 Gets the type of the current message.
 
virtual ~ILiveTranscriptionMessageInfo ()
 

Detailed Description

live transcription message interface.

Definition at line 55 of file meeting_closedcaption_interface.h.

Constructor & Destructor Documentation

◆ ~ILiveTranscriptionMessageInfo()

virtual ILiveTranscriptionMessageInfo::~ILiveTranscriptionMessageInfo ( )
inlinevirtual

Definition at line 94 of file meeting_closedcaption_interface.h.

94{};

Member Function Documentation

◆ GetMessageContent()

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

Gets the content of the current message.

Returns
If the function succeeds, it returns the message content.

◆ GetMessageID()

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

Gets the message ID of the current message.

Returns
If the function succeeds, it returns the message ID of the current message. Otherwise, this function fails and returns a string of length zero(0).

◆ GetMessageOperationType()

virtual SDKLiveTranscriptionOperationType ILiveTranscriptionMessageInfo::GetMessageOperationType ( )
pure virtual

Gets the type of the current message.

Returns
If the function succeeds, it returns the message type.

◆ GetSpeakerID()

virtual unsigned int ILiveTranscriptionMessageInfo::GetSpeakerID ( )
pure virtual

Gets the speaker's ID.

Returns
If the function succeeds, it returns the speaker ID.

◆ GetSpeakerName()

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

Gets the speaker's name.

Returns
If the function succeeds, it returns the speaker name.

◆ GetTimeStamp()

virtual time_t ILiveTranscriptionMessageInfo::GetTimeStamp ( )
pure virtual

Gets the timestamp of the current message.

Returns
If the function succeeds, it returns the message timestamp.