Class: Whisper::Model::TranscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Whisper::Model::TranscriptionResult
- Defined in:
- lib/whisper/model.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#language ⇒ Object
Returns the value of attribute language
6 7 8 |
# File 'lib/whisper/model.rb', line 6 def language @language end |
#output ⇒ Object
Returns the value of attribute output
6 7 8 |
# File 'lib/whisper/model.rb', line 6 def output @output end |