2 references to OpenTelemetryTextToSpeechClient
Microsoft.Extensions.AI (1)
TextToSpeech\OpenTelemetryTextToSpeechClientBuilderExtensions.cs (1)
38var client = new OpenTelemetryTextToSpeechClient(innerClient, loggerFactory?.CreateLogger(typeof(OpenTelemetryTextToSpeechClient)), sourceName);
Microsoft.Extensions.AI.Tests (1)
TextToSpeech\OpenTelemetryTextToSpeechClientTests.cs (1)
22Assert.Throws<ArgumentNullException>("innerClient", () => new OpenTelemetryTextToSpeechClient(null!));