Class: LiterLlm::CreateSpeechRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateSpeechRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input ⇒ String?
Returns the value of attribute input.
-
#model ⇒ String?
Returns the value of attribute model.
-
#response_format ⇒ String?
Returns the value of attribute response_format.
-
#speed ⇒ Float?
Returns the value of attribute speed.
-
#voice ⇒ String?
Returns the value of attribute voice.
Instance Method Summary collapse
-
#initialize ⇒ CreateSpeechRequest
constructor
A new instance of CreateSpeechRequest.
Constructor Details
#initialize ⇒ CreateSpeechRequest
Returns a new instance of CreateSpeechRequest.
324 |
# File 'sig/types.rbs', line 324
def initialize: (?model: String, ?input: String, ?voice: String, ?response_format: String, ?speed: Float) -> void
|
Instance Attribute Details
#input ⇒ String?
Returns the value of attribute input.
319 320 321 |
# File 'sig/types.rbs', line 319 def input @input end |
#model ⇒ String?
Returns the value of attribute model.
318 319 320 |
# File 'sig/types.rbs', line 318 def model @model end |
#response_format ⇒ String?
Returns the value of attribute response_format.
321 322 323 |
# File 'sig/types.rbs', line 321 def response_format @response_format end |
#speed ⇒ Float?
Returns the value of attribute speed.
322 323 324 |
# File 'sig/types.rbs', line 322 def speed @speed end |
#voice ⇒ String?
Returns the value of attribute voice.
320 321 322 |
# File 'sig/types.rbs', line 320 def voice @voice end |