3 writes to GetStreamingTextAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (3)
SpeechToText\DelegatingSpeechToTextClientTests.cs (1)
68GetStreamingTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\SpeechToTextClientExtensionsTests.cs (1)
61GetStreamingTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\SpeechToTextClientTests.cs (1)
51GetStreamingTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
1 reference to GetStreamingTextAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (1)
TestSpeechToTextClient.cs (1)
51=> GetStreamingTextAsyncCallback!.Invoke(audioSpeechStream, options, cancellationToken);