FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Comms.Voice.Transcription Struct Reference

Represents a transcription of voice data. More...

Inheritance diagram for FMAR.Comms.Voice.Transcription:

Public Member Functions

 Transcription (ulong client, int id, string bodyText)
 Initializes a new instance of the Transcription struct.
 
void NetworkSerialize< T > (BufferSerializer< T > serializer)
 Serializes or deserializes the transcription data for network transmission.
 

Public Attributes

ulong client
 
int id
 
string bodyText
 

Detailed Description

Represents a transcription of voice data.

Constructor & Destructor Documentation

◆ Transcription()

FMAR.Comms.Voice.Transcription.Transcription ( ulong client,
int id,
string bodyText )
inline

Initializes a new instance of the Transcription struct.

Parameters
clientThe client ID.
idThe transcription ID.
bodyTextThe body text of the transcription.

Member Function Documentation

◆ NetworkSerialize< T >()

void FMAR.Comms.Voice.Transcription.NetworkSerialize< T > ( BufferSerializer< T > serializer)
inline

Serializes or deserializes the transcription data for network transmission.

Template Parameters
TThe type of the serializer.
Parameters
serializerThe serializer instance.
Type Constraints
T :IReaderWriter 

Member Data Documentation

◆ bodyText

string FMAR.Comms.Voice.Transcription.bodyText

◆ client

ulong FMAR.Comms.Voice.Transcription.client

◆ id

int FMAR.Comms.Voice.Transcription.id

The documentation for this struct was generated from the following file: