Module: OpenAI::Models::Audio::TranscriptionStreamEvent
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/audio/transcription_stream_event.rb,
sig/openai/models/audio/transcription_stream_event.rbs
Overview
Emitted when a diarized transcription returns a completed segment with speaker
information. Only emitted when you
create a transcription
with stream set to true and response_format set to diarized_json.
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(OpenAI::Models::Audio::TranscriptionTextSegmentEvent, OpenAI::Models::Audio::TranscriptionTextDeltaEvent, OpenAI::Models::Audio::TranscriptionTextDoneEvent)
|
|
# File 'lib/openai/models/audio/transcription_stream_event.rb', line 24
|
Instance Method Details
#self?.variants ⇒ ::Array[OpenAI::Models::Audio::transcription_stream_event]
12 |
# File 'sig/openai/models/audio/transcription_stream_event.rbs', line 12
def self?.variants: -> ::Array[OpenAI::Models::Audio::transcription_stream_event]
|