class

OpenAI::ResponseAudioTranscriptDeltaEvent

Inherits JSON::Serializable < Reference < Object

Emitted when there is a partial transcript of audio.

Constructors

new(type_value : ResponseAudioTranscriptDeltaEventType = ResponseAudioTranscriptDeltaEventType::ResponseAudioTranscriptDelta, delta : String = "", sequence_number : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

delta

The partial transcript of the audio response.

Source
delta=(delta : String)

The partial transcript of the audio response.

Source
sequence_number

The sequence number of this event.

Source
sequence_number=(sequence_number : Int64)

The sequence number of this event.

Source
type_value

The type of the event. Always response.audio.transcript.delta.

Source
type_value=(type_value : ResponseAudioTranscriptDeltaEventType)

The type of the event. Always response.audio.transcript.delta.

Source