Add Parakeet's output methods to RBS
This commit is contained in:
parent
aaeff7fce6
commit
f76e8fda1b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue