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