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