Class: Cohere::Transcribe::Runtime::WordPipeline::ReloadResult
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Runtime::WordPipeline::ReloadResult
- Defined in:
- lib/cohere/transcribe/runtime/word_pipeline.rb
Instance Attribute Summary collapse
-
#decoded ⇒ Object
readonly
Returns the value of attribute decoded.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
Instance Attribute Details
#decoded ⇒ Object (readonly)
Returns the value of attribute decoded
86 87 88 |
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 86 def decoded @decoded end |
#error ⇒ Object (readonly)
Returns the value of attribute error
86 87 88 |
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 86 def error @error end |
Instance Method Details
#ok? ⇒ Boolean
87 88 89 |
# File 'lib/cohere/transcribe/runtime/word_pipeline.rb', line 87 def ok? error.nil? end |