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