2 writes to GetTextAsyncCallback
Microsoft.Extensions.AI.Tests (2)
SpeechToText\ConfigureOptionsSpeechToTextClientTests.cs (1)
44GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
59GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
1 reference to GetTextAsyncCallback
Microsoft.Extensions.AI.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\TestSpeechToTextClient.cs (1)
45=> GetTextAsyncCallback!.Invoke(audioSpeechStream, options, cancellationToken);