4 writes to GetTextAsyncCallback
Microsoft.Extensions.AI.Tests (4)
SpeechToText\ConfigureOptionsSpeechToTextClientTests.cs (1)
44GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
59GetTextAsyncCallback = (audioSpeechStream, options, cancellationToken) =>
SpeechToText\OpenTelemetrySpeechToTextClientTests.cs (2)
44GetTextAsyncCallback = async (request, options, cancellationToken) => 172GetTextAsyncCallback = (stream, options, cancellationToken) => throw expectedException,
1 reference to GetTextAsyncCallback
Microsoft.Extensions.AI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\TestSpeechToTextClient.cs (1)
45=> GetTextAsyncCallback!.Invoke(audioSpeechStream, options, cancellationToken);