Represents a transcription of voice data.
More...
Represents a transcription of voice data.
◆ Transcription()
| FMAR.Comms.Voice.Transcription.Transcription |
( |
ulong | client, |
|
|
int | id, |
|
|
string | bodyText ) |
|
inline |
Initializes a new instance of the Transcription struct.
- Parameters
-
| client | The client ID. |
| id | The transcription ID. |
| bodyText | The body text of the transcription. |
◆ NetworkSerialize< T >()
| void FMAR.Comms.Voice.Transcription.NetworkSerialize< T > |
( |
BufferSerializer< T > | serializer | ) |
|
|
inline |
Serializes or deserializes the transcription data for network transmission.
- Template Parameters
-
| T | The type of the serializer. |
- Parameters
-
| serializer | The serializer instance. |
◆ 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: