4 references to AddTextToSpeechClient
Microsoft.Extensions.AI (1)
TextToSpeech\TextToSpeechClientBuilderServiceCollectionExtensions.cs (1)
29return AddTextToSpeechClient(serviceCollection, _ => innerClient, lifetime);
Microsoft.Extensions.AI.Tests (3)
TextToSpeech\TextToSpeechClientDependencyInjectionPatterns.cs (3)
18ServiceCollection.AddTextToSpeechClient(services => new TestTextToSpeechClient { Services = services }) 122? sc.AddTextToSpeechClient(services => new TestTextToSpeechClient(), lifetime.Value) 123: sc.AddTextToSpeechClient(services => new TestTextToSpeechClient());