Class: Cohere::Transcribe::Audio::Decoded
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Audio::Decoded
- Defined in:
- lib/cohere/transcribe/audio/decoder.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
readonly
Returns the value of attribute backend.
-
#fallback_reason ⇒ Object
readonly
Returns the value of attribute fallback_reason.
-
#sample_rate ⇒ Object
readonly
Returns the value of attribute sample_rate.
-
#samples ⇒ Object
readonly
Returns the value of attribute samples.
Instance Attribute Details
#backend ⇒ Object (readonly)
Returns the value of attribute backend
13 14 15 |
# File 'lib/cohere/transcribe/audio/decoder.rb', line 13 def backend @backend end |
#fallback_reason ⇒ Object (readonly)
Returns the value of attribute fallback_reason
13 14 15 |
# File 'lib/cohere/transcribe/audio/decoder.rb', line 13 def fallback_reason @fallback_reason end |
#sample_rate ⇒ Object (readonly)
Returns the value of attribute sample_rate
13 14 15 |
# File 'lib/cohere/transcribe/audio/decoder.rb', line 13 def sample_rate @sample_rate end |
#samples ⇒ Object (readonly)
Returns the value of attribute samples
13 14 15 |
# File 'lib/cohere/transcribe/audio/decoder.rb', line 13 def samples @samples end |