transcribe method
One-shot transcription. The request may carry audio bytes or a logical adapter-provided handle; native file/capture I/O stays outside this IDL.
Implementation
$async.Future<STTOutput> transcribe(
$pb.ClientContext? ctx, STTTranscriptionRequest request) =>
_client.invoke<STTOutput>(ctx, 'STT', 'Transcribe', request, STTOutput());