getText abstract method
Future<SpeechToTextResponse>
getText({
- required Stream<
List< stream,int> > - SpeechToTextOptions? options,
- CancellationToken? cancellationToken,
Transcribes the given audio stream.
Implementation
Future<SpeechToTextResponse> getText({
required Stream<List<int>> stream,
SpeechToTextOptions? options,
CancellationToken? cancellationToken,
});