TranscriptionItem class
A chunk of transcription data of the user or ai.
Meaning the same id will appear multiple times until one is completed.
Constructors
- TranscriptionItem.new({required String id, required String text, required Role role})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited