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