stream method
Server-streaming transcription events: started, partial hypotheses, terminal final output, endpoint notifications, and errors.
Implementation
$async.Future<STTStreamEvent> stream(
$pb.ClientContext? ctx, STTTranscriptionRequest request) =>
_client.invoke<STTStreamEvent>(
ctx, 'STT', 'Stream', request, STTStreamEvent());