class

OpenAI::ResponseAudioTranscriptDoneEvent

Inherits JSON::Serializable < Reference < Object

Emitted when the full audio transcript is completed.

Constructors

new(type_value : ResponseAudioTranscriptDoneEventType = ResponseAudioTranscriptDoneEventType::ResponseAudioTranscriptDone, sequence_number : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

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.done.

Source
type_value=(type_value : ResponseAudioTranscriptDoneEventType)

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

Source