Class: Cohere::Transcribe::Runtime::WordPipeline::ReloadResult

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/runtime/word_pipeline.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#decodedObject (readonly)

Returns the value of attribute decoded

Returns:

  • (Object)

    the current value of decoded



86
87
88
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 86

def decoded
  @decoded
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



86
87
88
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 86

def error
  @error
end

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


87
88
89
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 87

def ok?
  error.nil?
end