Add Parakeet's output methods to RBS

This commit is contained in:
Kitaiti Makoto 2026-05-28 05:08:11 +09:00
parent aaeff7fce6
commit f76e8fda1b
1 changed files with 3 additions and 0 deletions

View File

@ -525,6 +525,9 @@ module Whisper
#
def each_segment: { (Segment) -> void } -> void
| () -> Enumerator[Segment]
def to_srt: () -> String
def to_webvtt: () -> String
end
class Params