4 writes to GetStreamingAudioAsyncCallback
Microsoft.Extensions.AI.Tests (4)
TextToSpeech\ConfigureOptionsTextToSpeechClientTests.cs (1)
50GetStreamingAudioAsyncCallback = (text, options, cancellationToken) =>
TextToSpeech\LoggingTextToSpeechClientTests.cs (1)
104GetStreamingAudioAsyncCallback = (text, options, cancellationToken) => GetUpdatesAsync()
TextToSpeech\OpenTelemetryTextToSpeechClientTests.cs (2)
55GetStreamingAudioAsyncCallback = TestClientStreamAsync, 153GetStreamingAudioAsyncCallback = (text, options, cancellationToken) => throw expectedException,
1 reference to GetStreamingAudioAsyncCallback
Microsoft.Extensions.AI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\TestTextToSpeechClient.cs (1)
50=> GetStreamingAudioAsyncCallback!.Invoke(text, options, cancellationToken);