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.
249 |
# File 'sig/types.rbs', line 249
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.
244 245 246 |
# File 'sig/types.rbs', line 244 def input @input end |
#model ⇒ String (readonly)
Returns the value of attribute model.
243 244 245 |
# File 'sig/types.rbs', line 243 def model @model end |
#response_format ⇒ String? (readonly)
Returns the value of attribute response_format.
246 247 248 |
# File 'sig/types.rbs', line 246 def response_format @response_format end |
#speed ⇒ Float? (readonly)
Returns the value of attribute speed.
247 248 249 |
# File 'sig/types.rbs', line 247 def speed @speed end |
#voice ⇒ String (readonly)
Returns the value of attribute voice.
245 246 247 |
# File 'sig/types.rbs', line 245 def voice @voice end |