class RubyLLM::Transcription

A Transcription is text produced from spoken audio. RubyLLM.transcribe returns one. It holds the transcript along with any metadata the provider reports, such as language, duration, and timed segments.

transcription = RubyLLM.transcribe("meeting.wav")
transcription.text   # => "Welcome to today's meeting..."
transcription.model  # => "whisper-1"