Skip to main content

TranscriptStream

Type Alias TranscriptStream 

Source
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 */ }