2 references to Configure
Microsoft.Extensions.AI (2)
SpeechToText\ConfigureOptionsSpeechToTextClient.cs (2)
43
return await base.GetTextAsync(audioSpeechStream,
Configure
(options), cancellationToken);
50
await foreach (var update in base.GetStreamingTextAsync(audioSpeechStream,
Configure
(options), cancellationToken))