Implemented interface member:
method
GetTextAsync
Microsoft.Extensions.AI.ISpeechToTextClient.GetTextAsync(System.IO.Stream, Microsoft.Extensions.AI.SpeechToTextOptions, System.Threading.CancellationToken)
1 reference to GetTextAsync
Microsoft.Extensions.AI.OpenAI (1)
OpenAISpeechToTextClient.cs (1)
73var speechResponse = await GetTextAsync(audioSpeechStream, options, cancellationToken).ConfigureAwait(false);