5 implementations of GetTextAsync
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\DelegatingSpeechToTextClient.cs (1)
44public virtual Task<SpeechToTextResponse> GetTextAsync(
Microsoft.Extensions.AI.Abstractions.Tests (1)
TestSpeechToTextClient.cs (1)
41public Task<SpeechToTextResponse> GetTextAsync(
Microsoft.Extensions.AI.Integration.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\TestSpeechToTextClient.cs (1)
41public Task<SpeechToTextResponse> GetTextAsync(
Microsoft.Extensions.AI.OpenAI (1)
OpenAISpeechToTextClient.cs (1)
82public async Task<SpeechToTextResponse> GetTextAsync(
Microsoft.Extensions.AI.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\TestSpeechToTextClient.cs (1)
41public Task<SpeechToTextResponse> GetTextAsync(
10 references to GetTextAsync
Microsoft.Extensions.AI.Abstractions (3)
SpeechToText\DelegatingSpeechToTextClient.cs (1)
47return InnerClient.GetTextAsync(audioSpeechStream, options, cancellationToken);
SpeechToText\ISpeechToTextClient.cs (1)
20/// However, implementations of <see cref="ISpeechToTextClient"/> might mutate the arguments supplied to <see cref="GetTextAsync"/> and
SpeechToText\SpeechToTextClientExtensions.cs (1)
53return client.GetTextAsync(audioSpeechStream, options, cancellationToken);
Microsoft.Extensions.AI.Integration.Tests (1)
SpeechToTextClientIntegrationTests.cs (1)
39var response = await _client.GetTextAsync(audioSpeechStream);
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAISpeechToTextClientTests.cs (4)
92var response = await client.GetTextAsync(audioSpeechStream, new SpeechToTextOptions 117=> client.GetTextAsync(fileStream, cancellationToken: cancellationTokenSource.Token)); 237Assert.NotNull(await client.GetTextAsync(audioSpeechStream, new() 271Assert.NotNull(await client.GetTextAsync(audioSpeechStream, new()
Microsoft.Extensions.AI.Tests (2)
SpeechToText\ConfigureOptionsSpeechToTextClientTests.cs (1)
78var response = await client.GetTextAsync(audioSpeechStream, providedOptions, cts.Token);
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
71await client.GetTextAsync(