OpenAI::RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailed
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 : RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedType = RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedType::ConversationItemInputAudioTranscriptionFailed, item_id : String = "", content_index : Int64 = 0, error : RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError = RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
error=(error : RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError)
Details of the transcription error.
type_value=(type_value : RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedType)
The event type, must be
conversation.item.input_audio_transcription.failed.