OpenAI::RealtimeServerEventConversationItemInputAudioTranscriptionDelta
Inherits JSON::Serializable < Reference < Object
Returned when the text value of an input audio transcription content part is updated with incremental transcription results.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, item_id : String = "", content_index : Int64 | Nil = nil, delta : String | Nil = nil, logprobs : RealtimeServerEventConversationItemInputAudioTranscriptionDeltaLogprobs | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
The index of the content part in the item's content array.
logprobs
Sourcelogprobs=(logprobs : RealtimeServerEventConversationItemInputAudioTranscriptionDeltaLogprobs | Nil)
Source