class

OpenAI::InputAudio

Inherits JSON::Serializable < Reference < Object

An audio input to the model.

Constructors

new(type_value : InputAudioType = InputAudioType::InputAudio, input_audio : InputAudioInputAudio = InputAudioInputAudio.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

input_audio
Source
input_audio=(input_audio : InputAudioInputAudio)
Source
type_value

The type of the input item. Always input_audio.

Source
type_value=(type_value : InputAudioType)

The type of the input item. Always input_audio.

Source