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