A final transcript event with typed speech context.
Summary
Types
@type t() :: %VoxRtcServer.TranscriptCompleted{ end_ms: non_neg_integer(), entities: [Vox.Entity.t()], eou_probability: float() | nil, language: String.t(), speech_context: VoxRtcServer.SpeechContext.t() | nil, start_ms: non_neg_integer(), topics: [String.t()], transcript: String.t(), words: [Vox.WordTimestamp.t()] }