pub type TranscriptionResponseStream = Pin<Box<dyn Stream<Item = Result<CreateTranscriptionResponseStreamEvent, OpenAIError>> + Send>>;Available on crate feature
_api and non-target_family=wasm and crate feature audio-types only.Aliased Typeยง
pub struct TranscriptionResponseStream { /* private fields */ }