OpenAI::RealtimeServerEventConversationItemInputAudioTranscriptionFailed
Inherits JSON::Serializable < Reference < Object
Returned when input audio transcription is configured, and a transcription
request for a user message failed. These events are separate from other
error events so that the client can identify the related Item.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : RealtimeServerEventConversationItemInputAudioTranscriptionFailedType = RealtimeServerEventConversationItemInputAudioTranscriptionFailedType::ConversationItemInputAudioTranscriptionFailed, item_id : String = "", content_index : Int64 = 0, error : RealtimeServerEventConversationItemInputAudioTranscriptionFailedError = RealtimeServerEventConversationItemInputAudioTranscriptionFailedError.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
error=(error : RealtimeServerEventConversationItemInputAudioTranscriptionFailedError)
Details of the transcription error.
type_value=(type_value : RealtimeServerEventConversationItemInputAudioTranscriptionFailedType)
The event type, must be
conversation.item.input_audio_transcription.failed.