Class: Cohere::Transcribe::Doctor::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject (readonly)

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def adapter
  @adapter
end

#adapter_revisionObject (readonly)

Returns the value of attribute adapter_revision

Returns:

  • (Object)

    the current value of adapter_revision



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def adapter_revision
  @adapter_revision
end

#audio_backendObject (readonly)

Returns the value of attribute audio_backend

Returns:

  • (Object)

    the current value of audio_backend



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def audio_backend
  @audio_backend
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def mode
  @mode
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def model
  @model
end

#model_accessObject (readonly)

Returns the value of attribute model_access

Returns:

  • (Object)

    the current value of model_access



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def model_access
  @model_access
end

#model_revisionObject (readonly)

Returns the value of attribute model_revision

Returns:

  • (Object)

    the current value of model_revision



24
25
26
# File 'lib/cohere/transcribe/doctor.rb', line 24

def model_revision
  @model_revision
end