Class: RubyLLM::Agents::Audio::SpeechClient::Response
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Agents::Audio::SpeechClient::Response
- Defined in:
- lib/ruby_llm/agents/audio/speech_client.rb
Instance Attribute Summary collapse
-
#audio ⇒ Object
Returns the value of attribute audio.
-
#format ⇒ Object
Returns the value of attribute format.
-
#model ⇒ Object
Returns the value of attribute model.
-
#voice ⇒ Object
Returns the value of attribute voice.
Instance Method Summary collapse
Instance Attribute Details
#audio ⇒ Object
Returns the value of attribute audio
32 33 34 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32 def audio @audio end |
#format ⇒ Object
Returns the value of attribute format
32 33 34 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32 def format @format end |
#model ⇒ Object
Returns the value of attribute model
32 33 34 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32 def model @model end |
#voice ⇒ Object
Returns the value of attribute voice
32 33 34 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 32 def voice @voice end |
Instance Method Details
#cost ⇒ Object
37 38 39 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 37 def cost nil end |
#duration ⇒ Object
33 34 35 |
# File 'lib/ruby_llm/agents/audio/speech_client.rb', line 33 def duration nil end |