Class: LiterLlm::CreateSpeechRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateSpeechRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input ⇒ String
readonly
Returns the value of attribute input.
-
#model ⇒ String
readonly
Returns the value of attribute model.
-
#response_format ⇒ String?
readonly
Returns the value of attribute response_format.
-
#speed ⇒ Float?
readonly
Returns the value of attribute speed.
-
#voice ⇒ String
readonly
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.
334 |
# File 'sig/types.rbs', line 334
def initialize: (?model: String, ?input: String, ?voice: String, ?response_format: String, ?speed: Float) -> void
|
Instance Attribute Details
#input ⇒ String (readonly)
Returns the value of attribute input.
329 330 331 |
# File 'sig/types.rbs', line 329 def input @input end |
#model ⇒ String (readonly)
Returns the value of attribute model.
328 329 330 |
# File 'sig/types.rbs', line 328 def model @model end |
#response_format ⇒ String? (readonly)
Returns the value of attribute response_format.
331 332 333 |
# File 'sig/types.rbs', line 331 def response_format @response_format end |
#speed ⇒ Float? (readonly)
Returns the value of attribute speed.
332 333 334 |
# File 'sig/types.rbs', line 332 def speed @speed end |
#voice ⇒ String (readonly)
Returns the value of attribute voice.
330 331 332 |
# File 'sig/types.rbs', line 330 def voice @voice end |