Class: LiterLlm::CreateSpeechRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCreateSpeechRequest

Returns a new instance of CreateSpeechRequest.

Parameters:

  • model: (String)
  • input: (String)
  • voice: (String)
  • response_format: (String)
  • speed: (Float)


324
# File 'sig/types.rbs', line 324

def initialize: (?model: String, ?input: String, ?voice: String, ?response_format: String, ?speed: Float) -> void

Instance Attribute Details

#inputString?

Returns the value of attribute input.

Returns:

  • (String, nil)


319
320
321
# File 'sig/types.rbs', line 319

def input
  @input
end

#modelString?

Returns the value of attribute model.

Returns:

  • (String, nil)


318
319
320
# File 'sig/types.rbs', line 318

def model
  @model
end

#response_formatString?

Returns the value of attribute response_format.

Returns:

  • (String, nil)


321
322
323
# File 'sig/types.rbs', line 321

def response_format
  @response_format
end

#speedFloat?

Returns the value of attribute speed.

Returns:

  • (Float, nil)


322
323
324
# File 'sig/types.rbs', line 322

def speed
  @speed
end

#voiceString?

Returns the value of attribute voice.

Returns:

  • (String, nil)


320
321
322
# File 'sig/types.rbs', line 320

def voice
  @voice
end