Class: Cohere::Transcribe::Doctor::Options
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Doctor::Options
- Defined in:
- lib/cohere/transcribe/doctor.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
readonly
Returns the value of attribute adapter.
-
#adapter_revision ⇒ Object
readonly
Returns the value of attribute adapter_revision.
-
#audio_backend ⇒ Object
readonly
Returns the value of attribute audio_backend.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#model_access ⇒ Object
readonly
Returns the value of attribute model_access.
-
#model_revision ⇒ Object
readonly
Returns the value of attribute model_revision.
Instance Attribute Details
#adapter ⇒ Object (readonly)
Returns the value of attribute adapter
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def adapter @adapter end |
#adapter_revision ⇒ Object (readonly)
Returns the value of attribute adapter_revision
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def adapter_revision @adapter_revision end |
#audio_backend ⇒ Object (readonly)
Returns the value of attribute audio_backend
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def audio_backend @audio_backend end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def mode @mode end |
#model ⇒ Object (readonly)
Returns the value of attribute model
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def model @model end |
#model_access ⇒ Object (readonly)
Returns the value of attribute model_access
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def model_access @model_access end |
#model_revision ⇒ Object (readonly)
Returns the value of attribute model_revision
24 25 26 |
# File 'lib/cohere/transcribe/doctor.rb', line 24 def model_revision @model_revision end |