onTranscription property

Stream<TranscriptionEvent> get onTranscription

Implementation

Stream<TranscriptionEvent> get onTranscription =>
    _transcriptionSubject.stream;