Transcription of audio (input or output) in Live API sessions.
Represents the text transcription of audio content. Transcriptions are sent independently of other server messages and there is no guaranteed ordering.
Fields
text- The transcription text
Example
%Transcription{text: "Hello, how can I help you today?"}
Summary
Functions
Parses from API response.
Creates a new Transcription.
Converts to API format (camelCase).
Types
@type t() :: %Gemini.Types.Live.Transcription{text: String.t() | nil}