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