5 types derived from DelegatingTextToSpeechClient
Microsoft.Extensions.AI (3)
TextToSpeech\ConfigureOptionsTextToSpeechClient.cs (1)
17public sealed class ConfigureOptionsTextToSpeechClient : DelegatingTextToSpeechClient
TextToSpeech\LoggingTextToSpeechClient.cs (1)
31public partial class LoggingTextToSpeechClient : DelegatingTextToSpeechClient
TextToSpeech\OpenTelemetryTextToSpeechClient.cs (1)
28public sealed class OpenTelemetryTextToSpeechClient : DelegatingTextToSpeechClient
Microsoft.Extensions.AI.Abstractions.Tests (1)
TextToSpeech\DelegatingTextToSpeechClientTests.cs (1)
162: DelegatingTextToSpeechClient(innerClient);
Microsoft.Extensions.AI.Tests (1)
TextToSpeech\TextToSpeechClientDependencyInjectionPatterns.cs (1)
173public class SingletonMiddleware(ITextToSpeechClient inner, IServiceProvider services) : DelegatingTextToSpeechClient(inner)
3 references to DelegatingTextToSpeechClient
Microsoft.Extensions.AI.Abstractions (1)
TextToSpeech\DelegatingTextToSpeechClient.cs (1)
25/// Initializes a new instance of the <see cref="DelegatingTextToSpeechClient"/> class.
Microsoft.Extensions.AI.Abstractions.Tests (2)
TextToSpeech\DelegatingTextToSpeechClientTests.cs (2)
106var client = delegating.GetService<DelegatingTextToSpeechClient>();