4 writes to GetTextAsyncCallback
Microsoft.Extensions.AI.Tests (4)
SpeechToText\ConfigureOptionsSpeechToTextClientTests.cs (1)
44
GetTextAsyncCallback
= (audioSpeechStream, options, cancellationToken) =>
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
59
GetTextAsyncCallback
= (audioSpeechStream, options, cancellationToken) =>
SpeechToText\OpenTelemetrySpeechToTextClientTests.cs (2)
44
GetTextAsyncCallback
= async (request, options, cancellationToken) =>
172
GetTextAsyncCallback
= (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);