2 writes to GetTextAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (2)
SpeechToText\DelegatingSpeechToTextClientTests.cs (1)
32GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\SpeechToTextClientTests.cs (1)
23GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
1 reference to GetTextAsyncCallback
Microsoft.Extensions.AI.Abstractions.Tests (1)
TestSpeechToTextClient.cs (1)
45=> GetTextAsyncCallback!.Invoke(audioSpeechStream, options, cancellationToken);