2 writes to GetStreamingTextAsyncCallback
Microsoft.Extensions.AI.Tests (2)
SpeechToText\ConfigureOptionsSpeechToTextClientTests.cs (1)
51GetStreamingTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
105GetStreamingTextAsyncCallback = (audioSpeechStream, options, cancellationToken) => GetUpdatesAsync()
1 reference to GetStreamingTextAsyncCallback
Microsoft.Extensions.AI.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\TestSpeechToTextClient.cs (1)
51=> GetStreamingTextAsyncCallback!.Invoke(audioSpeechStream, options, cancellationToken);