TranscriptionText class
Represents a segment of transcribed text.
This class holds information about a piece of transcribed text, including the speaker's identity, the text content, and the timestamp.
Properties
- participantId → String?
-
The ID of the participant who spoke.
no setter
- participantName → String?
-
The name of the participant who spoke.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
The transcribed text content.
no setter
- timestamp → int?
-
The timestamp of the transcription in milliseconds.
no setter
- type → String?
-
The type of transcription event.
no setter