2 types derived from DelegatingSpeechToTextClient
Microsoft.Extensions.AI (2)
SpeechToText\ConfigureOptionsSpeechToTextClient.cs (1)
17public sealed class ConfigureOptionsSpeechToTextClient : DelegatingSpeechToTextClient
SpeechToText\LoggingSpeechToTextClient.cs (1)
23public partial class LoggingSpeechToTextClient : DelegatingSpeechToTextClient
3 references to DelegatingSpeechToTextClient
Microsoft.Extensions.AI.Abstractions (1)
SpeechToText\DelegatingSpeechToTextClient.cs (1)
25/// Initializes a new instance of the <see cref="DelegatingSpeechToTextClient"/> class.
Microsoft.Extensions.AI.Abstractions.Tests (2)
SpeechToText\DelegatingSpeechToTextClientTests.cs (2)
107var client = delegating.GetService<DelegatingSpeechToTextClient>();