struct

Crig::AudioGenerationRequestBuilder

Inherits Struct < Value < Object

Constructors

new(model : AudioGenerationModel, text_value : String = "", voice_value : String = "", speed_value : Float32 = 1.0_f32, additional_params_value : JSON::Any | Nil = nil)
Source

Instance methods

additional_params(params : JSON::Any) : self
Source
additional_params_value
Source
build
Source
model
Source
send
Source
send_async
Source
speed(speed : Float32) : self
Source
speed_value
Source
text(text : String) : self
Source
text_value
Source
voice(voice : String) : self
Source
voice_value
Source