Class: Whisper::Model::TranscriptionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/whisper/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



6
7
8
# File 'lib/whisper/model.rb', line 6

def language
  @language
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



6
7
8
# File 'lib/whisper/model.rb', line 6

def output
  @output
end