Class: RubyLLM::Agents::Audio::SpeechClient::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/agents/audio/speech_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#audioObject

Returns the value of attribute audio

Returns:

  • (Object)

    the current value of audio



32
33
34
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32

def audio
  @audio
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



32
33
34
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32

def format
  @format
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



32
33
34
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32

def model
  @model
end

#voiceObject

Returns the value of attribute voice

Returns:

  • (Object)

    the current value of voice



32
33
34
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32

def voice
  @voice
end

Instance Method Details

#costObject



37
38
39
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 37

def cost
  nil
end

#durationObject



33
34
35
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 33

def duration
  nil
end