pub type TranscriptStream = Pin<Box<dyn Stream<Item = RecognitionResult<TranscriptChunk>> + Send>>;Expand description
Stream type for real-time transcript processing
Aliased Typeยง
pub struct TranscriptStream { /* private fields */ }pub type TranscriptStream = Pin<Box<dyn Stream<Item = RecognitionResult<TranscriptChunk>> + Send>>;Stream type for real-time transcript processing
pub struct TranscriptStream { /* private fields */ }